Skip to content

Commit

Permalink
fix GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanhui committed Jan 11, 2024
1 parent b617bd5 commit f64a0b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/AutoRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ jobs:
uses: actions/download-artifact@v2
- name: Publish
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # /settings/actions Workflow permissions
with:
files: |
ipa/*.ipa
exe/*.zip
apk/*.apk
linux/*.zip
*.ipa
*.zip
*.apk
*.zip
prerelease: false

0 comments on commit f64a0b2

Please sign in to comment.