1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-02 13:28:56 +09:00

add zbpwife

This commit is contained in:
源文雨
2023-03-25 14:21:06 +08:00
parent b9848c9a4e
commit 095ee1ae8e
3 changed files with 9 additions and 0 deletions

View File

@@ -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