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