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