Skip to content

Commit 99baf98

Browse files
committed
Fix build-ripunzip.yml
1 parent 47f2617 commit 99baf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Check built binary
107107
shell: bash
108108
run: |
109-
rm -f ripunzip-*.zip
109+
rm -f ripunzip-*.tar.zst
110110
./ripunzip-* --version
111111
publish:
112112
needs: [versions, build]

0 commit comments

Comments
 (0)