mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-11 16:29:26 +00:00
cleanup workflow files
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
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"
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
name: "release go binaries for multiple os/arch"
|
name: "release go binaries for multiple os/arch"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
tags:
|
types: [created]
|
||||||
- '*'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
Reference in New Issue
Block a user