From 02f321645627cd95190c93b1051cdc7d671e8c64 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:04:30 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05878cf..ebd9677 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -261,6 +261,8 @@ jobs: runs-on: ubuntu-latest needs: release-build if: github.event_name == 'release' + permissions: + contents: write # Need write access to upload release assets steps: - name: Retrieve release distributions