SHA256
Working on release workflow.
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
build-binary:
|
build-binary:
|
||||||
uses: ./.gitea/workflows/build-release-binary.yml
|
uses: ./.gitea/workflows/build-release-binary.yml
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ inputs.tag_name }}
|
tag_name: "${{ inputs.tag_name }}"
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
needs: build-binary # Wait for the reusable workflow to finish
|
needs: build-binary # Wait for the reusable workflow to finish
|
||||||
|
|||||||
Reference in New Issue
Block a user