mirror of
https://github.com/FloatTech/zbpdata.git
synced 2026-02-16 04:05:54 +09:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d0fa3f435 | ||
|
|
5a511a6d63 | ||
|
|
d15c4b8a09 | ||
|
|
095ee1ae8e |
7
.github/workflows/release.yml
vendored
7
.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
|
||||
@@ -22,7 +23,13 @@ jobs:
|
||||
env:
|
||||
REILIA_SPS: ${{ secrets.REILIA_SPS }}
|
||||
run: |
|
||||
echo "ls ./"
|
||||
ls
|
||||
rm Wife/go.* Wife/*.go Wife/*.md
|
||||
mv Wife/wives/*.{jpg,png} Wife/
|
||||
rm -rf Wife/wives Wife/.git
|
||||
echo "ls Wife/"
|
||||
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
Submodule Wife added at abcf931871
Reference in New Issue
Block a user