Skip to content

Commit

Permalink
Fix github actions (Try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Jul 16, 2022
1 parent af890f4 commit 48a152a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48a152a

Please sign in to comment.