Skip to content

Commit 8a9b476

Browse files
authored
Merge pull request #304 from OpenHub-Store/appimage-zsync
2 parents d26d740 + 821644c commit 8a9b476

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-desktop-platforms.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)