From 095ee1ae8e32b590762bc9241034026c8618a8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 25 Mar 2023 14:21:06 +0800 Subject: [PATCH] add zbpwife --- .github/workflows/release.yml | 5 +++++ .gitmodules | 3 +++ Wife | 1 + 3 files changed, 9 insertions(+) create mode 100644 .gitmodules create mode 160000 Wife diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bd8af4..dc18e7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c558aca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Wife"] + path = Wife + url = https://github.com/FloatTech/zbpwife diff --git a/Wife b/Wife new file mode 160000 index 0000000..abcf931 --- /dev/null +++ b/Wife @@ -0,0 +1 @@ +Subproject commit abcf93187108c63e211575f819627f68520d1c0f