From 5c09c103017f5473aaa2708b763ae230f63c2259 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 23 Jun 2021 12:57:31 -0600 Subject: [PATCH] Fix typo --- .github/workflows/build-gui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gui.yml b/.github/workflows/build-gui.yml index ffd32703a..2e118c710 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -25,7 +25,7 @@ jobs: run: cp OCLP-CLI OpenCore\ Patcher.app/Contents/Resources/ - run: python3 merge_gui.py - name: Zip new GUI - run: zip -r OpenCore\ Patcher.app.zip OpenCore-Patcher-GUI.app + run: zip -r OpenCore-Patcher-GUI.app.zip OpenCore\ Patcher.app - name: Upload Binary to Artifacts uses: actions/upload-artifact@v2 with: