Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canc3s committed Aug 3, 2023
1 parent 3e63b17 commit d25e4d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/go
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- uses: actions/setup-go@v3
with:
go-version: 1.20
cache: true
- run: go build -trimpath -ldflags "-w -s -extldflags '-static'" -o target/${{ matrix.output }}
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d25e4d7

Please sign in to comment.