Skip to content

Commit

Permalink
fix: 修复打包流程无法创建 release 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Aug 1, 2024
1 parent 156c03b commit 433ee14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gen-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Upload to release
uses: ncipollo/release-action@v1
with:
tag: latest
artifacts: ./out/*.zip,./out/*.md5sum
bodyFile: ./out/checksums.md
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 433ee14

Please sign in to comment.