Skip to content

Commit e9f75e0

Browse files
authored
Update download-cache.yml
1 parent 5710911 commit e9f75e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/download-cache.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.FRANKEN_GITHUB_TOKEN }}
10+
PHP_VERSION: 8.4
1011

1112
jobs:
1213
download:
@@ -47,9 +48,9 @@ jobs:
4748
- name: "Archive downloads as zip"
4849
run: |
4950
cd downloads/
50-
zip -r download-files-${{ matrix.php-version }}.zip .
51+
zip -r download-files-${{ env.PHP_VERSION }}.zip .
5152
mkdir ../downloads-archive/
52-
mv download-files-8.4.zip ../downloads-archive/
53+
mv download-files-${{ env.PHP_VERSION }}.zip ../downloads-archive/
5354
cd ..
5455
5556
- name: "Deploy to self-hosted OSS"

0 commit comments

Comments
 (0)