This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
build/hello
|
build/hello
|
||||||
name: Release ${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
name: Release ${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||||
tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
tag_name: Release_${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user