From 119d5bd5cf211ed193f8205cccfa4cd3320bab3b Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:31:26 -0400 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 32c3259..5669b1f 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 wget + brew install glfw glew curl - name: Install dependencies run: | @@ -43,7 +43,7 @@ jobs: - name: Package as .app run: | - wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip + curl -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip ls -l mkdir Picocrypt.app unzip -d Picocrypt.app Picocrypt.app.zip