From 02befcd8a4c1df7933fad63d83fbeaeb0851bdaf Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 12 Dec 2024 14:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a0d95bf..28f768ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,6 +145,7 @@ jobs: # 上传 Snap 包到 Snapcraft 商店 - name: Publish Snap to Snap Store run: snapcraft upload dist/*.snap --release stable + continue-on-error: true env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }} # 上传构建产物