Skip to content

bf2-migrator v0.2.0

bf2-migrator v0.2.0 #2

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.50
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.22.3
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: -H windowsgui
sha256sum: true