Compare commits
2 Commits
Release_.1
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cc16ed8a27 | |||
| da7b5be64d |
@@ -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