Skip to content

Commit 1336227

Browse files
committed
Debug zsync generation on release
1 parent 4e8801a commit 1336227

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
files: |
1818
build/appimage/wshandler*.AppImage
19-
build/appimage/wshandler*.zsync
19+
build/appimage/wshandler*.AppImage.zsync
2020
build/appimage/AppDir_x86_64/usr/bin/wshandler
2121
fail_on_unmatched_files: true

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ appimage:
131131
cd build/appimage \
132132
&& ./appimagetool-x86_64.AppImage \
133133
--updateinformation "gh-releases-zsync|asherikov|wshandler|latest|wshandler-${ARCH}.AppImage.zsync" \
134-
AppDir_${ARCH} wshandler-${ARCH}.AppImage
134+
AppDir_${ARCH} wshandler-${ARCH}.AppImage \
135+
&& ls -l
135136

136137
appimage_deps:
137138
sudo apt install -y --no-install-recommends desktop-file-utils zsync

0 commit comments

Comments
 (0)