Skip to content

Commit 42b9a85

Browse files
authored
Update main.yml
1 parent a72eede commit 42b9a85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ jobs:
1111
type: 'zip'
1212
filename: 'release.zip'
1313
exclusions: ''
14+
- name: Upload Release
15+
uses: ncipollo/[email protected]
16+
with:
17+
artifacts: "release.zip"
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)