Skip to content

Commit

Permalink
Add support for temporary artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Aug 24, 2023
1 parent 33a4dd0 commit 2baccd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
distribution: goreleaser
version: latest
args: release --snapshot --skip-publish --clean
- name: Create temporary download for this PR for 1d
uses: actions/upload-artifact@v3
with:
name: downloads
path: dist/
if-no-files-found: error
retention-days: 1

0 comments on commit 2baccd0

Please sign in to comment.