From b51aca4dbd4f78e8c54c4b00ae675ca8aaa93156 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 27 Jul 2024 09:16:59 +0200 Subject: [PATCH] use targets --- .github/workflows/publish.yml | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 788a3f2..c83dbd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 5a67c6b..508654c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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