mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 09:04:52 +00:00
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
|
||||
|
||||
Submodule app/src/main/assets/gakumas-local updated: 56c568e32a...0ffe615be4
Reference in New Issue
Block a user