diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c0bc398..30f1b7b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -151,12 +151,13 @@ jobs: # you're curious echo "Notarize app" - xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait + xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" # Finally, we need to "attach the staple" to our executable, which will allow our app to be # validated by macOS even when an internet connection is not available. - echo "Attach staple" - xcrun stapler staple "target/${{ matrix.platform.arch }}/release/playit-cli" + # REMOVED: don't wait for notarization, takes too long + # echo "Attach staple" + # xcrun stapler staple "target/${{ matrix.platform.arch }}/release/playit-cli" - name: Upload Binary if: matrix.platform.os != 'windows-latest' diff --git a/packages/agent_cli/Cargo.toml b/packages/agent_cli/Cargo.toml index dc14cac..1fe7eae 100644 --- a/packages/agent_cli/Cargo.toml +++ b/packages/agent_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playit-cli" -version = "0.10.1" +version = "0.10.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/agent_core/Cargo.toml b/packages/agent_core/Cargo.toml index d48c847..c705419 100644 --- a/packages/agent_core/Cargo.toml +++ b/packages/agent_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playit-agent-core" -version = "0.2.4" +version = "0.10.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html