Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 24, 2024
1 parent 23a0b8d commit f48f44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ jobs:
name: 'build.dmg'
path: 'build/macos.dmg'
- if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'windows'
name: 'Upload Artifact (MacOS)'
name: 'Upload Artifact (Windows)'
uses: actions/upload-artifact@v4
with:
name: 'build.dmg'
name: 'windows.zip'
path: 'build/windows.zip'

0 comments on commit f48f44f

Please sign in to comment.