aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:07:22 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 16:07:22 -0500
commit4702b7de786f642e42017adbe5b7fe38fbb78e73 (patch)
tree4992f3b0e52e6a598dd893957dd9e25740901d75 /.github
parent6394f59d93d54f60db8bd96dbe52c2e679aa6e95 (diff)
downloadlite-xl-plugin-manager-4702b7de786f642e42017adbe5b7fe38fbb78e73.tar.gz
lite-xl-plugin-manager-4702b7de786f642e42017adbe5b7fe38fbb78e73.zip
Typo.v0.92
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 03e2733..30446ba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
run: git submodule update --init --depth=1
- name: Build Linux
run: |
- ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$FULL_VERSION-x86_64-linux'"' && tar -czvf lpm-$FULL_VERSION-x86_64-linux.tar.gz lpm
+ ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$FULL_VERSION-x86_64-linux'"' && tar -czvf lpm-$FULL_VERSION-x86_64-linux.tar.gz lpm
cp lpm lpm.x86_64-linux
cp lpm /tmp/lpm
- name: Package Debian/Ubuntu