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 b877834 commit 039c45eCopy full SHA for 039c45e
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
GOARCH: ${{ matrix.goarch }}
36
run: 'go build -v -o spruce-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags="-X main.Version=${{ github.event.release.tag_name }}" ./cmd/spruce'
37
38
- - uses: geofffranks/upload-asset@v1
+ - uses: geofffranks/upload-asset@v2
39
with:
40
file: ./spruce-${{ matrix.goos }}-${{ matrix.goarch }}
41
with_sha1: true
0 commit comments