From 9a3c3c72dc2ca1242b903d16d96ac9ee53900d35 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:28:29 -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 92cda8c..32c3259 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -45,7 +45,8 @@ jobs: run: | wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip ls -l - tar -zxvf Picocrypt.app.zip + mkdir Picocrypt.app + unzip -d Picocrypt.app Picocrypt.app.zip rm Picocrypt.app.zip mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt zip -r Picocrypt.app.zip Picocrypt.app