Skip to content

.github/workflows/release.yaml #24

.github/workflows/release.yaml

.github/workflows/release.yaml #24

Workflow file for this run

# .github/workflows/release.yaml
on:
release:
types: [created]
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: "./cmd/fa-om-exporter"