diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 15:51:18 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 15:51:18 -0500 |
commit | 52f5291f90c894ab0f774938f4c48ac18f913a2f (patch) | |
tree | 4684c24298fecb6781cba5515ed4befd6dbe1c98 /.github | |
parent | 6fd07007464137b9eee53aca53ede23cc4de1146 (diff) | |
download | lite-xl-plugin-manager-52f5291f90c894ab0f774938f4c48ac18f913a2f.tar.gz lite-xl-plugin-manager-52f5291f90c894ab0f774938f4c48ac18f913a2f.zip |
Typo.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |