Skip to content

Commit 89b7903

Browse files
authored
Update build-php-windows.yml
1 parent 81240b7 commit 89b7903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
aws_key_id: ${{ secrets.AWS_KEY_ID }}
111111
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
112112
aws_bucket: ${{ secrets.AWS_BUCKET }}
113-
source_dir: "dist/php-${{ env.PHPVER }}-cli-win.zip"
113+
source_dir: "dist/"
114114
destination_dir: static-php-cli/windows/${{ matrix.combination }}/
115115
endpoint: ${{ secrets.AWS_ENDPOINT }}
116116

@@ -120,7 +120,7 @@ jobs:
120120
aws_key_id: ${{ secrets.AWS_KEY_ID }}
121121
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
122122
aws_bucket: ${{ secrets.AWS_BUCKET }}
123-
source_dir: "dist/php-${{ env.PHPVER }}-micro-win.zip"
123+
source_dir: "dist/"
124124
destination_dir: static-php-cli/windows/${{ matrix.combination }}/
125125
endpoint: ${{ secrets.AWS_ENDPOINT }}
126126

0 commit comments

Comments
 (0)