From 04f2c1280a30ce74c95050d8b7902e374a53480c Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:35:50 -0400 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5669b1f..5424c78 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -27,7 +27,7 @@ jobs: - name: Install packages run: | - brew install glfw glew curl + brew install glfw glew - name: Install dependencies run: | @@ -43,9 +43,8 @@ jobs: - name: Package as .app run: | - curl -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip + mv dist/macos/Picocrypt.app.zip . ls -l - mkdir Picocrypt.app unzip -d Picocrypt.app Picocrypt.app.zip rm Picocrypt.app.zip mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt