format yaml

This commit is contained in:
2024-09-29 15:26:26 -05:00
parent e6c0bf9177
commit 768a72a3a9
+11 -11
View File
@@ -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"