We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4be3f commit ea52748Copy full SHA for ea52748
.github/workflows/download-cache.yml
@@ -49,7 +49,7 @@ jobs:
49
cd downloads/
50
zip -r download-files-${{ matrix.php-version }}.zip .
51
mkdir ../downloads-archive/
52
- mv download-files-${{ matrix.php-version }}.zip ../downloads-archive/
+ mv download-files-8.4.zip ../downloads-archive/
53
cd ..
54
55
- name: "Deploy to self-hosted OSS"
0 commit comments