Skip to content

v1.0.0

v1.0.0 #7

Workflow file for this run

name: ⚙️ Build
on:
release:
types: [created]
jobs:
build:
name: ⚙️ Build
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
steps:
- name: 🔍 Checkout
uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: cenv
project_path: .