Skip to content

Commit

Permalink
Use custom GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Jan 11, 2023
1 parent 21a93ff commit d748586
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ 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: PeerXu/upload-asset@v1
- uses: geofffranks/upload-asset@v1
with:
file: ./spruce-${{ matrix.goos }}-${{ matrix.goarch }}
suffix: ""
os: ""
arch: ""
with_tag: false
with_sha1: true

env:
Expand Down

0 comments on commit d748586

Please sign in to comment.