Skip to content

Commit 099cff7

Browse files
committed
Fix building the release artifacts
1 parent 283c852 commit 099cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GOOS: ${{ matrix.goos }}
6262
GOARCH: ${{ matrix.goarch }}
6363
CGO_ENABLED: "0"
64-
run: go build -trimpath -ldflags="-s -w" -o ${{ env.BIN_NAME }} cmd/gopack
64+
run: go build -trimpath -ldflags="-s -w" -o ${{ env.BIN_NAME }} ./cmd/gopack
6565

6666
- name: Build archive
6767
if: ${{ matrix.goos != 'windows' }}

0 commit comments

Comments
 (0)