Skip to content

Commit

Permalink
Prerelease should upload prerelease artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed May 5, 2024
1 parent bdc0c02 commit cdcfd82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
args: release --clean --snapshot -f .goreleaser.prerelease.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit cdcfd82

Please sign in to comment.