mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WF: Added echo to buildid [skip ci]
This commit is contained in:
parent
c6bd0b59e3
commit
5e87733ac3
1
.github/workflows/cooker-selfhosted.yml
vendored
1
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
result=$capitalized_word1$capitalized_word2
|
||||
echo $result >> ${GITHUB_WORKSPACE}/buildid
|
||||
echo "buildid=$result" >> $GITHUB_ENV
|
||||
echo "VersionID is $result"
|
||||
|
||||
- name: Initialize environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue