mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(appimage): create output directory first
This commit is contained in:
parent
776b5f34b5
commit
eec5cbc9fb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -43,6 +43,8 @@ jobs:
|
|||
|
||||
cd /build/lune.AppDir
|
||||
ARCH=$(uname -m) /usr/bin/appimagetool .
|
||||
|
||||
mkdir ../out
|
||||
mv ./lune-*.AppImage ../out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
||||
|
||||
- name: Upload generated images
|
||||
|
|
Loading…
Reference in a new issue