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