From 86265ee13ace5ff2e50898626bb185a433411441 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 1 Sep 2023 17:13:14 +0530 Subject: [PATCH] fix: variable ref scheme --- .github/workflows/appimage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index faeaf31..b219eef 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -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