mirror of
https://github.com/FloatTech/zbpdata.git
synced 2026-02-02 13:28:56 +09:00
add zbpwife
This commit is contained in:
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
Submodule Wife added at abcf931871
Reference in New Issue
Block a user