diff --git a/action.yml b/action.yml index 7929b8c..0360f46 100644 --- a/action.yml +++ b/action.yml @@ -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"