fail flag

This commit is contained in:
2025-10-29 00:44:05 -05:00
parent 6d1648c9a3
commit 0ce3377350

View File

@@ -20,7 +20,7 @@ runs:
run: |
echo "#!/bin/bash
echo '📤️ Uploading package to ${{ gitea.server_url }} ...'
curl --user \"\$username:\$token\" \
curl -f --user \"\$username:\$token\" \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
" > "./post-entrypoint.sh"