Skip to content

Commit

Permalink
Upload assets to GitHub releases
Browse files Browse the repository at this point in the history
- This process is required from the goreleaser v2
- I forgot to support this in #240
- This PR is to fix it
  • Loading branch information
kitsuyui committed Jun 14, 2024
1 parent 70964fe commit 8fa8e5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
args: release --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: myapp
path: myfolder/dist/*

0 comments on commit 8fa8e5b

Please sign in to comment.