Skip to content

Commit

Permalink
测试修复macOS平台打包
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed May 7, 2023
1 parent 3819ca5 commit 94a668e
Show file tree
Hide file tree
Showing 2 changed files with 2,352 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ jobs:
prerelease: true
draft: false
tag_name: ${{ env.TAG_TIME }}
files: '*.zip'
files: |
MCSL2-Linux-x64.zip
MCSL2-Linux-x86.zip
MCSL2-Windows-x64.zip
MCSL2-Windows-x86.zip
MCSL2-macOS-x64.zip
MCSL2-macOS-x86.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 94a668e

Please sign in to comment.