Add Major and Minor version numbers
Build Hello World / Build (push) Successful in 3s

This commit is contained in:
2026-05-12 13:25:15 +02:00
parent da7b5be64d
commit cc16ed8a27
+2 -2
View File
@@ -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 }}