From e89a7a564fe8b685e8057b398921eaa383af8ac2 Mon Sep 17 00:00:00 2001 From: viarotel Date: Sat, 21 Oct 2023 00:47:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A4=9A=E4=B8=AA=E5=B9=B3=E5=8F=B0=E6=97=B6?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E7=94=9F=E6=88=90=E9=87=8D=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=AF=BC=E8=87=B4=E5=8F=91=E5=B8=83=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-assets.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index 20ac642..0762e27 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -64,5 +64,6 @@ jobs: dist-release/*.tar.gz dist-release/*.yml dist-release/*.blockmap + !dist-release/builder-debug.yml env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file