From 84908939608f545e1e94c0f81683894034d2c085 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 23 Jun 2021 14:22:34 -0600 Subject: [PATCH] Fix error --- .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 3ba777db0..872efcd80 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -16,7 +16,7 @@ jobs: run: pip3 install --upgrade pyinstaller requests - run: pyinstaller OCLP-CLI.spec - - run: cd dist; cp OCLP-CLI ../ + - run: cd dist; cp OCLP-CLI ../; cd .. - name: Download latest nightly OCLP-GUI run: curl -S -L https://nightly.link/dortania/OCLP-GUI/workflows/build-app/master/OpenCore-Patcher-GUI.app.zip --output ./OpenCore-Patcher-GUI.app.zip - run: unzip -o OpenCore-Patcher-GUI.app.zip