mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Fix artifacts folder for AppImage
This commit is contained in:
parent
2a69385aed
commit
369a941c48
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…
Reference in New Issue
Block a user