We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd3d5 commit d427f3dCopy full SHA for d427f3d
.github/workflows/build.yml
@@ -45,4 +45,8 @@ jobs:
45
- run: ${{ matrix.goopts }} go build -o ${{ matrix.filename }} ./cmd/git-backup
46
env:
47
GOOS: ${{ matrix.goos }}
48
- GOARCH: ${{ matrix.goarch }}
+ 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