Skip to content

Commit

Permalink
fix: 🐛 修复打包多个平台时可能生成重复文件导致发布软件包失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 20, 2023
1 parent 1119dd4 commit e89a7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
dist-release/*.tar.gz
dist-release/*.yml
dist-release/*.blockmap
!dist-release/builder-debug.yml
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit e89a7a5

Please sign in to comment.