Skip to content

Commit d427f3d

Browse files
committed
Upload artifact
1 parent c1cd3d5 commit d427f3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ jobs:
4545
- run: ${{ matrix.goopts }} go build -o ${{ matrix.filename }} ./cmd/git-backup
4646
env:
4747
GOOS: ${{ matrix.goos }}
48-
GOARCH: ${{ matrix.goarch }}
48+
GOARCH: ${{ matrix.goarch }}
49+
- uses: softprops/action-gh-release@v1
50+
if: startsWith(github.ref, 'refs/tags/')
51+
with:
52+
files: ${{ matrix.filename }}

0 commit comments

Comments
 (0)