We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72eede commit 42b9a85Copy full SHA for 42b9a85
.github/workflows/main.yml
@@ -11,3 +11,8 @@ jobs:
11
type: 'zip'
12
filename: 'release.zip'
13
exclusions: ''
14
+- name: Upload Release
15
+ uses: ncipollo/[email protected]
16
+ with:
17
+ artifacts: "release.zip"
18
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments