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 e0570ae commit 535a748Copy full SHA for 535a748
.github/workflows/build.yml
@@ -24,5 +24,5 @@ jobs:
24
- run: make
25
- name: The job has succeeded
26
if: ${{ success() }}
27
- run: cd dist && find * -type f -exec echo 'Uploading @{}' \; -exec curl -4 -F 'file=@{}' -F "path=$branch/{}" -F "key=${{ secrets.UPLOAD_KEY }}" "${{ variables.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 }}" \;;
28
0 commit comments