Skip to content

Commit

Permalink
Add release step
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Nov 3, 2023
1 parent ca2db36 commit 55b49a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
name: outputs
path: out
retention-days: 1
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: out/*

0 comments on commit 55b49a5

Please sign in to comment.