diff --git a/.woodpecker.yml b/.woodpecker.yml index a1d1f09..e399a4b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +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 + - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json when: - event: tag @@ -19,7 +19,7 @@ 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 + - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json when: - event: cron