attempt 2 at fixing tag substitution
This commit is contained in:
@@ -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: |
|
||||
|
Reference in New Issue
Block a user