mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Fix github actions (Try 2)
This commit is contained in:
parent
af890f4df1
commit
48a152a219
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user