Fail with body to assist in debugging

This commit is contained in:
Melon 2025-01-19 00:14:43 +00:00
parent ad336fbded
commit a51e6a5e1b
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -22,4 +22,4 @@ jobs:
run: tar -czvf upload.tar.gz -C ./dist . run: tar -czvf upload.tar.gz -C ./dist .
- name: Release - name: Release
run: 'curl --fail -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u/admin.1f349.com/${{ github.ref_name }}"' run: 'curl --fail-with-body -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u/admin.1f349.com/${{ github.ref_name }}"'