v1
All checks were successful
ROMEO CI Job / Build_Code (push) Successful in 29s
ROMEO Release Job / Build_Code (push) Successful in 28s

This commit is contained in:
Ulrich Mohr 2024-12-18 14:48:46 +01:00
parent c32c018025
commit 86101f42b3

View File

@ -34,12 +34,12 @@ jobs:
cp build_z7/romeo-obsw romeo-obsw_v1234
date > description
echo 1234 >> description
echo ${{ GITHUB_SHA }} >> description
echo ${{ env.GITHUB_SHA }} >> description
- name: Create Release
uses: https://gitea.com/actions/gitea-release-action@v1
with:
body_path: description
tag_name: v1.2.5
target_commitish: ${{ GITHUB_SHA }}
target_commitish: ${{ env.GITHUB_SHA }}
files: |-
romeo-obsw_v1234