carry over changes from wani repo for building
All checks were successful
CI Build / build-and-archive (push) Successful in 39m43s

This commit is contained in:
2025-06-08 13:51:22 -05:00
parent fe3bb73326
commit ca8bbe77c9

View File

@ -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: |