aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 15:51:18 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 15:51:18 -0500
commit52f5291f90c894ab0f774938f4c48ac18f913a2f (patch)
tree4684c24298fecb6781cba5515ed4befd6dbe1c98
parent6fd07007464137b9eee53aca53ede23cc4de1146 (diff)
downloadlite-xl-plugin-manager-52f5291f90c894ab0f774938f4c48ac18f913a2f.tar.gz
lite-xl-plugin-manager-52f5291f90c894ab0f774938f4c48ac18f913a2f.zip
Typo.
-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 aaafd26..30aed10 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
run: git submodule update --init --depth=1 && export VERSION=`git describe --tags | tail -c +2` && export REV=$((`git describe --tags | sed 's/.*-\([0-9]*\)-.*/\1/' | sed s/^v.*//` + 1))
- name: Build Linux
run: |
- ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$VERSION-x86_64-linux"' && tar -czvf lpm-$VERSION-x86_64-linux.tar.gz lpm
+ ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$VERSION-x86_64-linux'"' && tar -czvf lpm-$VERSION-x86_64-linux.tar.gz lpm
cp lpm lpm.x86_64-linux
cp lpm /tmp/lpm
- name: Package Debian/Ubuntu