Skip to content

v12.3.14

v12.3.14 #25

Workflow file for this run

name: Github Release
on:
workflow_dispatch:
release:
types: [created]
jobs:
release:
name: release linux/amd64
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ linux, windows, darwin ]
goarch: [ amd64, arm64, arm ]
exclude:
- goarch: "386"
goos: darwin
- goarch: "arm"
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: wait4it
extra_files: LICENSE README.md
md5sum: true
sha256sum: true
goversion: 1.19