steam guard code and echo test
Some checks failed
godot-ci export / Steam Publish (push) Failing after 1m12s
Some checks failed
godot-ci export / Steam Publish (push) Failing after 1m12s
This commit is contained in:
@ -110,6 +110,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8)
|
SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8)
|
||||||
|
echo "Short SHA: $SHORT_SHA"
|
||||||
|
echo "GITHUB_REF_NAME: $GITHUB_REF_NAME"
|
||||||
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf
|
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf
|
||||||
|
|
||||||
- name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF
|
- name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF
|
||||||
|
|||||||
Reference in New Issue
Block a user