We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5214ebf commit 81240b7Copy full SHA for 81240b7
.github/workflows/build-php-windows.yml
@@ -105,7 +105,7 @@ jobs:
105
echo ("PHPVER=" + $PHPVER) >> $env:GITHUB_ENV
106
107
- name: "Deploy cli to self-hosted OSS"
108
- uses: static-php/s3-upload-action@master
+ uses: static-php/upload-s3-action@v1.0.0
109
with:
110
aws_key_id: ${{ secrets.AWS_KEY_ID }}
111
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -115,7 +115,7 @@ jobs:
115
endpoint: ${{ secrets.AWS_ENDPOINT }}
116
117
- name: "Deploy micro.sfx to self-hosted OSS"
118
119
120
121
0 commit comments