Skip to content

Commit

Permalink
use targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendzae committed Jul 27, 2024
1 parent e861dcf commit b51aca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
# Darwin AMD pre-existing path example: https://github.com/justintime50/myrepo/releases/download/v1.2.0/myrepo-1.2.0-darwin-amd64.tar.gz
# Linux ARM pre-existing path example: https://github.com/justintime50/myrepo/releases/download/v1.2.0/myrepo-1.2.0-linux-arm64.tar.gz
# Optional - booleans
# target_darwin_amd64: false
# target_darwin_arm64: true
# target_linux_amd64: false
# target_linux_arm64: false
target_darwin_amd64: false
target_darwin_arm64: true
target_linux_amd64: false
target_linux_arm64: false

# Update your homebrew tap's README with a table of all projects in the tap.
# This is done by pulling the information from all your formula.rb files - eg:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gstack"
version = "0.0.2"
version = "0.0.21"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit b51aca4

Please sign in to comment.