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 c209422 commit 59bc31fCopy full SHA for 59bc31f
.github/workflows/build.yml
@@ -28,7 +28,5 @@ jobs:
28
if: ${{ success() }}
29
- name: Upload artifacts
30
id: upload
31
- env:
32
- UPLOAD_KEY: ${{ secrets.UPLOAD_KEY }}
33
34
- run: cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$branch/{}" -F "key=$UPLOAD_KEY" "${{ vars.UPLOAD_URL }}" \;;
+ run: cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$branch/{}" -F "key=${{ secrets.UPLOAD_KEY }}" "${{ vars.UPLOAD_URL }}" \;;
0 commit comments