From b45a3af07dde94b2a32537e0622aa77cd21e4f26 Mon Sep 17 00:00:00 2001 From: GuangChen2333 Date: Sun, 26 May 2024 15:26:49 +0800 Subject: [PATCH] fix: no permission --- .github/workflows/release.yml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15422a4..91799a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,7 @@ jobs: name: Upload Releases needs: [build] runs-on: ubuntu-latest + permissions: write-all steps: - uses: actions/checkout@v4 @@ -64,6 +65,10 @@ jobs: path: dists/ merge-multiple: true + - name: Display files + run: ls -R + working-directory: dists + - name: Release uses: softprops/action-gh-release@v2 with: diff --git a/README.md b/README.md index e69de29..a11cc72 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,2 @@ +# Easy-MHYY +