mirror of
https://github.com/FloatTech/zbpdata.git
synced 2025-01-18 12:10:05 +09:00
add zbpwife
This commit is contained in:
parent
b9848c9a4e
commit
095ee1ae8e
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Go
|
||||
@ -23,6 +24,10 @@ jobs:
|
||||
REILIA_SPS: ${{ secrets.REILIA_SPS }}
|
||||
run: |
|
||||
ls
|
||||
rm Wife/*
|
||||
mv Wife/wives/*.{jpg,png} Wife/
|
||||
rm -rf Wife/wives
|
||||
ls Wife/
|
||||
go mod init updater
|
||||
sed -i '1,3d' main.go
|
||||
go mod tidy
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "Wife"]
|
||||
path = Wife
|
||||
url = https://github.com/FloatTech/zbpwife
|
1
Wife
Submodule
1
Wife
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit abcf93187108c63e211575f819627f68520d1c0f
|
Loading…
x
Reference in New Issue
Block a user