Skip to content

delete dev docs

delete dev docs #5

on:
release:
types: [created]

Check failure on line 4 in .github/workflows/build_and_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_release.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
jobs:
build_and_release:
name: release linux/amd64
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: windows
- goarch: "386"
goos: darwin
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
compress_assets: OFF
md5sum: FALSE