fix(deploy): stapler fail with body
Lint / Type Check (push) Failing after 7m40s
Lint / Oxlint (push) Successful in 10m30s
Lint / ESLint (push) Successful in 10m36s
Deploy / Build (push) Successful in 11m13s
Deploy / Deploy to Stapler (push) Successful in 3m35s

This commit is contained in:
2026-05-02 20:11:31 +02:00
parent 53d366f6b6
commit 84c408d149
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
run: tar -czC dist -f dist.tar.gz . run: tar -czC dist -f dist.tar.gz .
- name: Upload to Stapler server - name: Upload to Stapler server
run: | run: |
curl -s -X PUT --data-binary "@dist.tar.gz" \ curl -s -X PUT --fail-with-body --data-binary "@dist.tar.gz" \
-H 'X-Token: ${{ secrets.STAPLER_TOKEN }}' \ -H 'X-Token: ${{ secrets.STAPLER_TOKEN }}' \
${{ vars.STAPLER_CURL_ARGS }} \ ${{ vars.STAPLER_CURL_ARGS }} \
${{ vars.STAPLER_TARGET }} ${{ vars.STAPLER_TARGET }}