From 3e43b6a76aa1c2842e18f2ec8cd02593a7eef3e3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 20:16:51 +0530 Subject: [PATCH] fix: bash unbound var --- .github/workflows/appimage.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index a676ad6..4d2e5af 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -23,10 +23,7 @@ jobs: with: submodules: true - # - name: Set working directory - # run: cd ./package/appimage && export LUNE_VERSION=0.7.5 - - - name: Build AppImage + - name: AppImage routine uses: lalten/run-on-arch-action@amd64-support id: buildimg with: @@ -35,6 +32,8 @@ jobs: dockerRunArgs: | --volume "./package/appimage:/build" --privileged run: | + export LUNE_VERSION=0.7.5 + apt update apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y cd /build