Skip to content

Commit

Permalink
Bump to v2 of upload-release
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Sep 15, 2023
1 parent b877834 commit 039c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
run: 'go build -v -o spruce-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags="-X main.Version=${{ github.event.release.tag_name }}" ./cmd/spruce'

- uses: geofffranks/upload-asset@v1
- uses: geofffranks/upload-asset@v2
with:
file: ./spruce-${{ matrix.goos }}-${{ matrix.goarch }}
with_sha1: true
Expand Down

0 comments on commit 039c45e

Please sign in to comment.