attempt 2 at fixing tag substitution
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Internal Build Name
|
- name: Update Internal Build Name
|
||||||
run: |
|
run: |
|
||||||
sed -i -e "s/INTERNAL-BUILD/${{ gitea.event.push.tag_name }}/g" game/options.rpy
|
sed -i -e "s/INTERNAL-BUILD/${{ gitea.ref_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" android.json
|
||||||
|
|
||||||
- name: Build With Renkit
|
- name: Build With Renkit
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user