mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
feat(appimage): use LUNE_VERSION variable instead
This commit is contained in:
parent
eed90ff283
commit
41fe9f6780
1 changed files with 2 additions and 3 deletions
5
.github/workflows/appimage.yaml
vendored
5
.github/workflows/appimage.yaml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "./package/appimage:/build" --privileged
|
--volume "./package/appimage:/build" --privileged
|
||||||
run: |
|
run: |
|
||||||
export LUNE_VERSION=0.7.7
|
|
||||||
echo "Running build on debian linux $(uname -m)"
|
echo "Running build on debian linux $(uname -m)"
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
@ -50,5 +49,5 @@ jobs:
|
||||||
- name: Upload generated images
|
- name: Upload generated images
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lune-0.7.7.glibc2.34-${{ matrix.arch }}.AppImage
|
name: lune-0.7.7.glibc2.34-$LUNE_VERSION.AppImage
|
||||||
path: ./package/appimage/out/lune-0.7.7.glibc2.34-${{ matrix.arch }}.AppImage
|
path: ./package/appimage/out/lune-$LUNE_VERSION.glibc2.34-${{ matrix.arch }}.AppImage
|
||||||
|
|
Loading…
Reference in a new issue