Fix artifacts folder for AppImage
This commit is contained in:
parent
2a69385aed
commit
369a941c48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -102,6 +102,7 @@ jobs:
|
|||
- name: Package AppImage
|
||||
# https://docs.appimage.org/packaging-guide/index.html
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
mkdir -p appimage_temp && cd appimage_temp
|
||||
|
||||
DESKTOP_FILE="${DESKTOP_FILE:-sunshine.desktop}"
|
||||
|
|
@ -123,7 +124,6 @@ jobs:
|
|||
cp ./"$CONFIG_DIR"/apps_linux.json ./"$HOME_DIR"/.config/"$CONFIG_DIR"
|
||||
zip -r ./sunshine-appimage.zip ./sunshine/*
|
||||
|
||||
mkdir -p artifacts
|
||||
mv sunshine-appimage.zip ../artifacts/
|
||||
|
||||
- name: Verify AppImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue