Skip to content

More flexible file path #6

More flexible file path

More flexible file path #6

Workflow file for this run

name: Release CLI
on:
release:
types: [ created ]
permissions:
contents: write
packages: write
jobs:
release-binaries:
name: Release Executable Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ linux ]
goarch: [ 386, amd64, arm, arm64 ]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20"
project_path: "./cmd/polywatch"
binary_name: polywatch
extra_files: LICENSE pw.example.yml