Skip to content

Commit

Permalink
Bump version and don't wait for mac notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Sep 5, 2023
1 parent 34bd92b commit 03f31da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/agent_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 03f31da

Please sign in to comment.