From a54601093e2176d77567e5dfd5d9e86940e333bb Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Fri, 9 Jun 2023 18:37:44 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99mac?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-ota.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index a1abc1bc99..91e329da06 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -133,7 +133,7 @@ jobs: echo ${{ secrets.SPARKLE_PRIV_KEY }} | ./bin/generate_appcast --ed-key-file - ./packages fi - name: Clean unneed files - run: find ./packages -type f ! \( -name 'MAA-${{ needs.create-tag.outputs.release_tag }}*.dmg' -o -name 'MAA-${{ needs.create-tag.outputs.release_tag }}*.html' -o -name '*.delta' -o -name '*.xml' \) -print -delete + run: find ./packages -type f ! \( -name 'MAA-${{ needs.create-tag.outputs.release_tag }}-macos-universal.dmg' -o -name 'MAA-${{ needs.create-tag.outputs.release_tag }}-macos-universal.html' -o -name '*.delta' -o -name '*.xml' \) -print -delete - name: Upload to MaaRelease uses: svenstaro/upload-release-action@v2 with: