From 04905c6f1d5c0458d57b5cb14ba0ae68e3f342cf Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Fri, 19 Feb 2021 17:27:54 -0500 Subject: [PATCH] Fix last --- .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 dd17b8310..52e92998e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: pip3 install pyinstaller - run: pyinstaller Opencore-Patcher.spec - - run: cd dist; zip ../OpenCore-Patcher.zip dist/OpenCore-Patcher + - run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher - name: Upload to Artifacts uses: actions/upload-artifact@v2