aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:26:29 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-31 16:26:29 -0500
commite27fa61bd6592a8160177f179a8a3de77674399a (patch)
tree4acf21ef47bd4a0ab2877036a6d594c2b73f6e51 /.github
parent71e1d5f3534ea1663d136fef238f7d4786ed15bd (diff)
downloadlite-xl-plugin-manager-e27fa61bd6592a8160177f179a8a3de77674399a.tar.gz
lite-xl-plugin-manager-e27fa61bd6592a8160177f179a8a3de77674399a.zip
Updating things to work with 0.9.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
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