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

This commit is contained in:
2026-01-25 22:47:35 +01:00
parent fef43ef21d
commit 6ad8e05519

View File

@@ -12,7 +12,7 @@ steps:
- apk add --no-cache 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"
- ls -al