Skip to content

Commit

Permalink
fix: no permission
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangChen2333 committed May 26, 2024
1 parent b91fe4a commit b45a3af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
name: Upload Releases
needs: [build]
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4

Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Easy-MHYY

0 comments on commit b45a3af

Please sign in to comment.