parent
c4f7d7faf1
commit
64f147586f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -27,9 +27,13 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- name: Update Assets
|
||||
- name: Update Submodules
|
||||
run: |
|
||||
git submodule foreach --recursive 'git pull --rebase origin main --allow-unrelated-histories'
|
||||
continue-on-error: true
|
||||
|
||||
- name: Pull Assets
|
||||
run: |
|
||||
git submodule foreach --recursive 'git pull --no-rebase origin main'
|
||||
git clone https://${{ secrets.ACCESS_TOKEN_GITHUB }}@github.com/imas-tools/gakumas-raw-txts.git app/src/main/assets/gakumas-local/gakumas-raw-txts
|
||||
mv app/src/main/assets/gakumas-local/gakumas-raw-txts/Resource app/src/main/assets/gakumas-local/raw
|
||||
rm -rf app/src/main/assets/gakumas-local/gakumas-raw-txts
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 56c568e32a84ee1351f2efcc70971b7f23d85186
|
||||
Subproject commit 0ffe615be44269500cfb9fa78b967a791724535c
|
Loading…
x
Reference in New Issue
Block a user