Skip to content

Commit 0e75543

Browse files
committed
zippity
1 parent 171dbc2 commit 0e75543

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
with:
3636
name: ValeLS
3737

38-
- name: "Check"
39-
run: find .
38+
- name: Archive Release
39+
uses: thedoctor0/[email protected]
40+
with:
41+
type: 'zip'
42+
filename: 'ValeLS.zip'
4043

4144
# Make a release
4245
- name: Create Release

0 commit comments

Comments
 (0)