Skip to content

Commit

Permalink
misc: release when finishing the mac m1 build
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Dec 12, 2023
1 parent abc582b commit c2bef2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-m1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ cp cli/CHANGELOG.md "$ARCHIVE"/doc/
tar czvf "$ARCHIVE.tar.gz" -C deployment/m1 "$NAME"
shasum -a 256 "$ARCHIVE.tar.gz" > "$ARCHIVE.tar.gz.sha256"
gh release upload "$version" "$ARCHIVE.tar.gz" "$ARCHIVE.tar.gz.sha256"
gh release edit "$version" --draft=false --latest

0 comments on commit c2bef2e

Please sign in to comment.