Skip to content

Commit

Permalink
upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthatguy committed Jul 4, 2024
1 parent 8de6684 commit 6d1ced1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ jobs:
path: "./vikinghug"
filename: "vikinghug.zip"
exclusions: "*.git* /*node_modules/* .editorconfig"

- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "vikinghug.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d1ced1

Please sign in to comment.