mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-23 23:39:00 +00:00
try simpler release workflow
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
name: "release go binaries for linux/amd64"
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release-linux-amd64:
|
||||||
|
name: release linux/amd64
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: wangyoucao577/go-release-action@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
goos: linux
|
||||||
|
goarch: amd64
|
||||||
|
goversion: "1.23.1"
|
||||||
|
project_path: "./cmd/sendosc"
|
||||||
|
binary_name: "sendosc"
|
||||||
Reference in New Issue
Block a user