fix: variable ref scheme

This commit is contained in:
Erica Marigold 2023-09-01 17:13:14 +05:30 committed by GitHub
parent ef12ca18e2
commit 86265ee13a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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