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