mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +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
|
cd /build/lune.AppDir
|
||||||
ARCH=$(uname -m) /usr/bin/appimagetool .
|
ARCH=$(uname -m) /usr/bin/appimagetool .
|
||||||
|
|
||||||
|
mkdir ../out
|
||||||
mv ./lune-*.AppImage ../out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
mv ./lune-*.AppImage ../out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
||||||
|
|
||||||
- name: Upload generated images
|
- name: Upload generated images
|
||||||
|
|
Loading…
Reference in a new issue