mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-17 04:33:24 +00:00
fix binary name and workflow dependency
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
draft: false
|
||||
release-multi:
|
||||
name: create binaries and upload
|
||||
needs: create-release
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -44,4 +45,5 @@ jobs:
|
||||
goversion: "1.23.1"
|
||||
project_path: "./cmd/sendosc"
|
||||
binary_name: "sendosc"
|
||||
asset_name: "${BINARY_NAME}-${GOOS}-${GOARCH}"
|
||||
release_tag: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user