aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:07:36 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:07:36 -0500
commit71e1d5f3534ea1663d136fef238f7d4786ed15bd (patch)
treed7ba614364aa805cc1b0a81d9e05a56fd28716c7 /.github
parent1f03811ff2fb168679c5d3add8574d6ddf986f34 (diff)
downloadlite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.tar.gz
lite-xl-plugin-manager-71e1d5f3534ea1663d136fef238f7d4786ed15bd.zip
Added in --trace flag.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 018125c..a8dbc5f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,9 +57,8 @@ 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 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 lpm.x86_64-darwin
+ gh release upload v$RELEASE *.tar.gz
fi