mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: working dir
This commit is contained in:
parent
63a8c71511
commit
0f401f2aa0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Set working directory
|
- name: Set working directory
|
||||||
run: pwd && export LUNE_VERSION=0.7.5
|
run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
||||||
|
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
uses: lalten/run-on-arch-action@amd64-support
|
uses: lalten/run-on-arch-action@amd64-support
|
||||||
|
|
Loading…
Reference in a new issue