android version will change with woodpecker updates
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-08 00:38:07 -05:00
parent 1bb7f6c99b
commit 7a5cc6a3f3
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ steps:
image: debian
commands:
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" game/options.rpy #Change the internal build name to the tagged version
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" .android.json
when:
- event: tag
@@ -18,6 +19,8 @@ steps:
image: debian
commands:
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" .android.json
when:
- event: cron