mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-10 01:23:39 +00:00
format yaml
This commit is contained in:
@@ -5,8 +5,8 @@ on:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
release-multi:
|
||||
@@ -20,12 +20,12 @@ jobs:
|
||||
- goarch: "386"
|
||||
goos: darwin
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: wangyoucao577/go-release-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "1.23.1"
|
||||
project_path: "./cmd/sendosc"
|
||||
binary_name: "sendosc"
|
||||
- uses: actions/checkout@v4
|
||||
- uses: wangyoucao577/go-release-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "1.23.1"
|
||||
project_path: "./cmd/sendosc"
|
||||
binary_name: "sendosc"
|
||||
|
||||
Reference in New Issue
Block a user