Fix the run number in the pipeline
Build Hello World / Build (push) Successful in 3s

This commit is contained in:
2026-05-12 13:20:17 +02:00
parent 2624bd613e
commit da7b5be64d
+2 -2
View File
@@ -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 ${{ gitea.run_number }}.${{ gitea.run_attempt }}
tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}