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

Commit 32471d1

Browse files
committed
attach artifacts to workflow run
1 parent 17c7153 commit 32471d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ jobs:
8585
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
8686
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
8787
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
88+
-
89+
name: Attach produced packages to Github Action
90+
uses: actions/upload-artifact@v2
91+
with:
92+
name: dist
93+
path: dist/*.tar.gz
94+
if-no-files-found: error

0 commit comments

Comments
 (0)