This commit is contained in:
Jeremy Wu 2025-05-18 22:23:10 +10:00 committed by GitHub
parent f38bf674e0
commit ec7ab007d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,4 +31,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.Publish_Chocolatey }}" \
https://api.github.com/repos/Flow-Launcher/chocolatey-package/dispatches \
-d '{"event_type":"publish"}')
if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey Packaged failed, HTTP status code is $http_status"; exit 1; fi
if [ "$http_status" -ne 204 ]; then echo "Error: Publish Chocolatey package failed, HTTP status code is $http_status"; exit 1; fi