Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
attach artifacts to workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 1, 2022
1 parent 17c7153 commit 32471d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,10 @@ jobs:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
-
name: Attach produced packages to Github Action
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/*.tar.gz
if-no-files-found: error

0 comments on commit 32471d1

Please sign in to comment.