Skip to content

🛠️ Compile Release Assets #1

🛠️ Compile Release Assets

🛠️ Compile Release Assets #1

name: 🛠️ Compile Release Assets
on:
release:
types: [created]
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: ['386', amd64, arm64]
exclude:
- goarch: '386'
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.18
project_path: '.'
binary_name: who-dat
md5sum: true
extra_files: LICENSE