From e27fa61bd6592a8160177f179a8a3de77674399a Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 31 Dec 2022 16:26:29 -0500 Subject: Updating things to work with 0.9. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8dbc5f..fd47576 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,9 @@ jobs: env: { GITHUB_TOKEN: "${{ github.token }}" } run: | ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$VERSION-x86_64-darwin-`git rev-parse --short HEAD`'"' && tar -czvf lpm-$VERSION-x86_64-darwin.tar.gz lpm + cp lpm lpm.x86_64-darwin gh release upload continuous *.tar.gz if [[ `git tag --points-at HEAD | head -c 4` == "v"* ]]; then export RELEASE=`git tag --points-at HEAD | head -c 4 | sed 's/^v//'` - gh release upload v$RELEASE *.tar.gz + gh release upload v$RELEASE lpm.x86_64-darwin fi -- cgit v1.2.3