Skip to content

Commit

Permalink
Add curl --fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmelon54 committed Nov 22, 2023
1 parent 5c3fd49 commit f64a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: tar -czvf upload.tar.gz -C ./build .

- name: Release
run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "[email protected]" "https://sites.1f349.com/u?site=1f349.com&branch=${{ github.ref_name }}"'
run: 'curl --fail -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "[email protected]" "https://sites.1f349.com/u?site=1f349.com&branch=${{ github.ref_name }}"'

0 comments on commit f64a159

Please sign in to comment.