From ea301b5a841d07153c150a6982d080dcda6fb780 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:21:20 -0400 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 48ebf26..32dec94 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -44,7 +44,7 @@ jobs: - name: Package as .app run: | wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip - unzip Picocrypt.app.zip + tar -x Picocrypt.app.zip rm Picocrypt.app.zip mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt zip -r Picocrypt.app.zip Picocrypt.app