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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Cavemanon/Snoot-Game
|
||||
repository: ${{ gitea.repository }}
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install Dependencies
|
||||
@ -28,8 +28,8 @@ jobs:
|
||||
|
||||
- name: Update Internal Build Name
|
||||
run: |
|
||||
sed -i -e "s/INTERNAL-BUILD/${{ gitea.event.release.tag_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" 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