Skip to content

Commit 039c45e

Browse files
committed
Bump to v2 of upload-release
1 parent b877834 commit 039c45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GOARCH: ${{ matrix.goarch }}
3636
run: 'go build -v -o spruce-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags="-X main.Version=${{ github.event.release.tag_name }}" ./cmd/spruce'
3737

38-
- uses: geofffranks/upload-asset@v1
38+
- uses: geofffranks/upload-asset@v2
3939
with:
4040
file: ./spruce-${{ matrix.goos }}-${{ matrix.goarch }}
4141
with_sha1: true

0 commit comments

Comments
 (0)