fix: bash unbound var

This commit is contained in:
Erica Marigold 2023-08-03 20:16:51 +05:30 committed by GitHub
parent 03414057fb
commit 3e43b6a76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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