aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:19:59 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:19:59 -0500
commit18cac21cf3c8dff408ea0e85b6aa7808bd176709 (patch)
tree9e9f974583f64d36d7630a76fdf1f5b30ba898e2 /.github
parent4702b7de786f642e42017adbe5b7fe38fbb78e73 (diff)
downloadlite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.tar.gz
lite-xl-plugin-manager-18cac21cf3c8dff408ea0e85b6aa7808bd176709.zip
Fixed upload.v0.93
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 30446ba..9eeda14 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -60,5 +60,5 @@ jobs:
cp lpm lpm.x86_64-darwin
gh release upload continuous *.tar.gz
if [[ `git tag --points-at HEAD | head -c 1` == "v" ]]; then
- gh release upload $VERSION lpm.x86_64-darwin
+ gh release upload v$VERSION lpm.x86_64-darwin
fi