carry over changes from wani repo for building
All checks were successful
CI Build / build-and-archive (push) Successful in 39m43s
All checks were successful
CI Build / build-and-archive (push) Successful in 39m43s
This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: Cavemanon/Snoot-Game
|
repository: ${{ gitea.repository }}
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
@ -28,8 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Internal Build Name
|
- name: Update Internal Build Name
|
||||||
run: |
|
run: |
|
||||||
sed -i -e "s/INTERNAL-BUILD/${{ gitea.event.release.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.release.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