mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: variable ref scheme
This commit is contained in:
parent
ef12ca18e2
commit
86265ee13a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/appimage.yaml
vendored
4
.github/workflows/appimage.yaml
vendored
|
@ -49,5 +49,5 @@ jobs:
|
|||
- name: Upload generated images
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: lune-0.7.7.glibc2.34-$LUNE_VERSION.AppImage
|
||||
path: ./package/appimage/out/lune-$LUNE_VERSION.glibc2.34-${{ matrix.arch }}.AppImage
|
||||
name: lune-0.7.7.glibc2.34-${{ env.LUNE_VERSION }}.AppImage
|
||||
path: ./package/appimage/out/lune-${{ env.LUNE_VERSION }}.glibc2.34-${{ matrix.arch }}.AppImage
|
||||
|
|
Loading…
Reference in a new issue