Fix github actions (Try 2)

This commit is contained in:
David Vogel 2022-07-16 23:28:45 +02:00
parent af890f4df1
commit 48a152a219

View File

@ -27,6 +27,9 @@ jobs:
- name: Build stitch tool
run: go build -v -ldflags="-X 'main.versionString=${{ github.event.release.tag_name }}'" .
working-directory: ./bin/stitch
env:
GOARCH: ${{ matrix.goarch }}
GOOS: ${{ matrix.goos }}
- name: Create distribution archive
run: go run -v ./scripts/dist