mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-04-18 02:43:47 +01:00
fix?: use vars for env refs
This commit is contained in:
parent
794ea49d15
commit
56336f47a1
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-${{ env.LUNE_VERSION }}.AppImage
|
||||
path: ./package/appimage/out/lune-${{ env.LUNE_VERSION }}.glibc2.34-${{ matrix.arch }}.AppImage
|
||||
name: lune-0.7.7.glibc2.34-${{ vars.LUNE_VERSION }}.AppImage
|
||||
path: ./package/appimage/out/lune-${{ vars.LUNE_VERSION }}.glibc2.34-${{ matrix.arch }}.AppImage
|
||||
|
|
Loading…
Add table
Reference in a new issue