Skip to content

v0.3.7-alpha

v0.3.7-alpha #27

Workflow file for this run

on:
release:
types: [created]
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: go test -v -p=1 -timeout=0 ./...
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
binary_name: "omg"
ldflags: "-s -w"
extra_files: .omgconfig.yaml