From 6099891280d3c1c8f340f5dde45fc6d5d9db816a Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Fri, 2 Apr 2021 01:38:33 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2eab5f86..6f516020 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,8 @@ jobs: Expand-Archive -Force -Path mode.zip -DestinationPath . Expand-Archive -Force -Path i18n.zip -DestinationPath . + Get-Item * + Remove-Item -Force README.md Remove-Item -Force data.zip Remove-Item -Force mode.zip