Skip to content

Commit

Permalink
Add zip action.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugulet-hu-spreadai committed Jan 7, 2025
1 parent cf8484f commit fb24298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload into Release
uses: softprops/action-gh-release@v2
with:
files: spread.zip
tag_name: ${{github.event.release.tag_name}}

0 comments on commit fb24298

Please sign in to comment.