diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5424c78..7e62c73 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -48,7 +48,7 @@ jobs: 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 + zip -r Picocrypt.zip Picocrypt.app - name: Upload artifacts uses: actions/upload-artifact@v4