attempt 2 at fixing tag substitution

This commit is contained in:
2025-06-08 13:02:32 -05:00
parent 1bf1db1ed0
commit ce94e264df

View File

@@ -29,8 +29,8 @@ jobs:
- name: Update Internal Build Name
run: |
sed -i -e "s/INTERNAL-BUILD/${{ gitea.event.push.tag_name }}/g" game/options.rpy
sed -i -e "s/INTERNAL-BUILD/${{ gitea.event.push.tag_name }}/g" android.json
sed -i -e "s/INTERNAL-BUILD/${{ gitea.ref_name }}/g" game/options.rpy
sed -i -e "s/INTERNAL-BUILD/${{ gitea.ref_name }}/g" android.json
- name: Build With Renkit
run: |