From c25ddedb4f2d7c45a67726ac03ace300cbd8cb81 Mon Sep 17 00:00:00 2001 From: ColdWindScholar <3590361911@qq.com> Date: Fri, 22 Sep 2023 21:07:42 +0800 Subject: [PATCH] first --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 329c053..8aaa19d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,16 @@ jobs: run: | cd build Remove-Item .git -Recurse + echo 完整版 ls Compress-Archive -Path ./* -DestinationPath ../MEDL.zip del res/*.exe del res/*.bat del res/*.zip echo lite > res/lite + echo 精简版 + ls + ls res/* Compress-Archive -Path ./* -DestinationPath ../MEDL-lite.zip cd .. - name: Upload release