Skip to content

Commit 974751c

Browse files
committed
Fix CI archive creation
1 parent cf8a695 commit 974751c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
if: success()
3030
with:
3131
name: Clicked
32-
path: ".release/"
32+
path: .release/
33+
include-hidden-files: true

0 commit comments

Comments
 (0)