From 0d0fa3f435e9647469913820dac7c511aa2f890c 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:27:54 +0800 Subject: [PATCH] add zbpwife --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac6a9b8..180b9b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,12 @@ 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 + rm -rf Wife/wives Wife/.git + echo "ls Wife/" ls Wife/ go mod init updater sed -i '1,3d' main.go