From 16851527f2566ce62c46c4e164f352aebfff16fd Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Wed, 18 Sep 2024 14:36:11 +0800 Subject: [PATCH] ci: fix --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 179c823..342a0b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,6 +124,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') needs: [ meta, windows ] runs-on: ubuntu-latest + permissions: + actions: write steps: - name: Download AListGUI from Github uses: actions/download-artifact@v4