Skip to content

bf2-migrator v0.7.0 #11

bf2-migrator v0.7.0

bf2-migrator v0.7.0 #11

Workflow file for this run

on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [windows]
goarch: ["386", amd64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.51
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.20.14
project_path: cmd/bf2-migrator
binary_name: bf2-migrator
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/bf2-migrator && go generate && popd
ldflags: -s -w -H windowsgui
sha256sum: true