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

This commit is contained in:
2026-01-25 22:54:36 +01:00
parent 594d37aeeb
commit 3cb0a2377d

View File

@@ -12,9 +12,9 @@ steps:
- apt-get update && apt-get install -y zip
- make build
- make export
- 'VERSION=$(sed -n "s/^-- version: //p" ${GAME_NAME}.${GAME_LANG} | head -n 1)'
- 'VERSION=$(sed -n "s/^-- version: //p" $GAME_NAME.$GAME_LANG | head -n 1)'
- 'echo "VERSION (build step): $VERSION"'
- zip -r ${GAME_NAME}.html.zip "$VERSION"
- 'zip -r $GAME_NAME.html.zip "$VERSION"'
- ls -al
- echo $VERSION > .version