diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae89c87..fef1d3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,11 @@ jobs: with: args: ${{ matrix.args }} + - name: Basic macOS code signing + if: matrix.platform == 'macos-latest' + run: | + codesign --force --deep --sign - src-tauri/target/${{ matrix.args == '--target aarch64-apple-darwin' && 'aarch64-apple-darwin' || 'x86_64-apple-darwin' }}/release/bundle/macos/*.app + - name: Publish macOS Artifact if: matrix.platform == 'macos-latest' uses: actions/upload-artifact@v4 @@ -124,4 +129,4 @@ jobs: name: updater-files-ubuntu path: | src-tauri/target/release/bundle/appimage/*.AppImage - src-tauri/target/release/bundle/appimage/*.AppImage.sig + src-tauri/target/release/bundle/appimage/*.AppImage.sig \ No newline at end of file