From d87bb25bafce6942a4d38d87da3b120d13058bf7 Mon Sep 17 00:00:00 2001 From: keiko233 Date: Sat, 11 Nov 2023 22:27:28 +0800 Subject: [PATCH] chore: delete current release assets --- .github/workflows/dev.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index b9121cb7..af9bd1aa 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -36,6 +36,23 @@ jobs: node-version: "20" cache: "yarn" + - name: Delete current release assets + if: startsWith(matrix.os, 'ubuntu-') + uses: mknejp/delete-release-assets@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: alpha + fail-if-no-assets: false + fail-if-no-release: false + assets: | + *.zip + *.gz + *.AppImage + *.deb + *.dmg + *.msi + *.sig + - name: Install Dependencies (Ubuntu Only) if: startsWith(matrix.os, 'ubuntu-') run: |