Skip to content

Commit 4933743

Browse files
committed
ci: fix uploading of zsync files
This patch exists on 13a6d95, but not on master yet, so lets add this glob too
1 parent 790dbb4 commit 4933743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
run: |
5656
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
5757
chmod +x pyuploadtool-x86_64.AppImage
58-
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage **/AppRun* **/runtime-*
58+
./pyuploadtool-x86_64.AppImage **/appimagetool*.AppImage* **/AppRun* **/runtime-*

0 commit comments

Comments
 (0)