This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
||||
with:
|
||||
files: |-
|
||||
build/hello
|
||||
name: Release ${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}
|
||||
name: Release ${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ 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