From ec7ab007d044fd0f6bfad469c5628b284d3c7370 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 18 May 2025 22:23:10 +1000 Subject: [PATCH] fix typo --- .github/workflows/release_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy.yml b/.github/workflows/release_deploy.yml index 028f0045a..9e082b95f 100644 --- a/.github/workflows/release_deploy.yml +++ b/.github/workflows/release_deploy.yml @@ -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