File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ jobs:
254254
255255 # Build .AppImage
256256 OUTPUT="composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage"
257- ARCH=x86_64 APPIMAGE_EXTRACT_AND_RUN=1 ./appimagetool-x86_64.AppImage "$APPDIR" "$OUTPUT"
257+ UPINFO="gh-releases-zsync|rainxchzed|Github-Store|latest|*x86_64.AppImage.zsync"
258+ ARCH=x86_64 APPIMAGE_EXTRACT_AND_RUN=1 ./appimagetool-x86_64.AppImage -u "$UPINFO" "$APPDIR" "$OUTPUT"
258259
259260 echo "Created AppImage:"
260261 ls -lh "$OUTPUT"
@@ -275,7 +276,9 @@ jobs:
275276 uses : actions/upload-artifact@v4
276277 with :
277278 name : linux-appimage
278- path : composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage
279+ path : |
280+ composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage
281+ composeApp/build/compose/binaries/main/GitHub-Store-x86_64.AppImage.zsync
279282 if-no-files-found : error
280283 retention-days : 30
281284 compression-level : 0
You can’t perform that action at this time.
0 commit comments