File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments