Skip to content

Commit 48a152a

Browse files
committed
Fix github actions (Try 2)
1 parent af890f4 commit 48a152a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build stitch tool
2828
run: go build -v -ldflags="-X 'main.versionString=${{ github.event.release.tag_name }}'" .
2929
working-directory: ./bin/stitch
30+
env:
31+
GOARCH: ${{ matrix.goarch }}
32+
GOOS: ${{ matrix.goos }}
3033

3134
- name: Create distribution archive
3235
run: go run -v ./scripts/dist

0 commit comments

Comments
 (0)