mirror of
https://github.com/FloatTech/zbpdata.git
synced 2024-11-17 09:37:14 +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
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
|
submodules: 'true'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@ -23,6 +24,10 @@ jobs:
|
|||||||
REILIA_SPS: ${{ secrets.REILIA_SPS }}
|
REILIA_SPS: ${{ secrets.REILIA_SPS }}
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
rm Wife/*
|
||||||
|
mv Wife/wives/*.{jpg,png} Wife/
|
||||||
|
rm -rf Wife/wives
|
||||||
|
ls Wife/
|
||||||
go mod init updater
|
go mod init updater
|
||||||
sed -i '1,3d' main.go
|
sed -i '1,3d' main.go
|
||||||
go mod tidy
|
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…
Reference in New Issue
Block a user