From 6750bdf9f194608c243f3d16c215b93e70cd3b4a Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:02:12 -0500 Subject: [PATCH] Fix typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c83632e1..c6242b9d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - run: pyinstaller Opencore-Patcher.spec - run: ./after_pyinstaller.sh - - run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip ../OpenCore-Patcher.app.zip OpenCore-Patcher.app + - run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip -r../OpenCore-Patcher.app.zip OpenCore-Patcher.app - name: Upload Binary to Artifacts uses: actions/upload-artifact@v2