forked from ROMEO/obsw
v1
This commit is contained in:
@ -34,12 +34,12 @@ jobs:
|
|||||||
cp build_z7/romeo-obsw romeo-obsw_v1234
|
cp build_z7/romeo-obsw romeo-obsw_v1234
|
||||||
date > description
|
date > description
|
||||||
echo 1234 >> description
|
echo 1234 >> description
|
||||||
echo ${{ GITHUB_SHA }} >> description
|
echo ${{ env.GITHUB_SHA }} >> description
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
body_path: description
|
body_path: description
|
||||||
tag_name: v1.2.5
|
tag_name: v1.2.5
|
||||||
target_commitish: ${{ GITHUB_SHA }}
|
target_commitish: ${{ env.GITHUB_SHA }}
|
||||||
files: |-
|
files: |-
|
||||||
romeo-obsw_v1234
|
romeo-obsw_v1234
|
||||||
|
Reference in New Issue
Block a user