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 31b1f18 commit e05ca23Copy full SHA for e05ca23
1 file changed
.github/workflows/build.yml
@@ -60,5 +60,5 @@ jobs:
60
run: |
61
#!/bin/bash
62
while read -r filename; do
63
- curl --fail -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@$filename" https://api.mrmelon54.com/v1/mc-upload/upload/infrastructury
+ curl --fail-with-body -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@$filename" https://api.mrmelon54.com/v1/mc-upload/upload/infrastructury
64
done < <(find ./buildAllJars/ -name '*.jar' -type f)
0 commit comments