mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: working dir (maybe?)
This commit is contained in:
parent
518f645f98
commit
acaf735242
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: sudo apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2
|
||||
|
||||
- name: Set working directory
|
||||
run: cd packages/appimage && export LUNE_VERSION=0.7.5
|
||||
run: cd /home/runner/work/lune/lune && export LUNE_VERSION=0.7.5
|
||||
|
||||
- name: Build AppImage
|
||||
uses: lalten/run-on-arch-action@amd64-support
|
||||
|
|
Loading…
Reference in a new issue