mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
f38bf674e0
commit
ec7ab007d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_deploy.yml
vendored
2
.github/workflows/release_deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue