pipeline update
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-01-26 21:21:02 +01:00
parent fcbe9fbf59
commit 93be2e8c6d

View File

@@ -6,7 +6,8 @@ steps:
- name: version
image: alpine
commands:
- "VERSION=$(sed -n 's/^-- version: //p' $GAME_NAME.$GAME_LANG | head -n 1 | tr -d '[:space:]')"
- "META_HEADER_PATH=./src/meta/meta.header.${GAME_LANG}"
- "VERSION=$(sed -n 's/^-- version: //p' $META_HEADER_PATH | head -n 1 | tr -d '[:space:]')"
- "echo VERSION is: $VERSION"
- "echo $VERSION > .version"
- "cat .version"