mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: dir mounting
This commit is contained in:
parent
704e07bcce
commit
333236acd6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/appimage.yaml
vendored
6
.github/workflows/appimage.yaml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Set working directory
|
||||
run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
||||
# - name: Set working directory
|
||||
# run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
||||
|
||||
- name: Build AppImage
|
||||
uses: lalten/run-on-arch-action@amd64-support
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
arch: ${{ matrix.arch }}
|
||||
distro: buster
|
||||
dockerRunArgs: |
|
||||
--volume "${PWD}:/build"
|
||||
--volume "./package/appimage:/build"
|
||||
run: |
|
||||
apt update
|
||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||
|
|
Loading…
Reference in a new issue