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