mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: bash unbound var
This commit is contained in:
parent
03414057fb
commit
3e43b6a76a
1 changed files with 3 additions and 4 deletions
7
.github/workflows/appimage.yaml
vendored
7
.github/workflows/appimage.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue