Skip to content

v0.0.1

v0.0.1 #1

Workflow file for this run

name: Release CLI
on:
release:
types: [created]
permissions:
contents: write
packages: write
jobs:
release:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@8dbc9990292b456ae78e728c7cf7b857b821faac
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: roc