Skip to content

Commit

Permalink
Fix overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 21, 2024
1 parent 3006972 commit 966343f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
with:
name: build-${{ runner.os }}
path: |
xmcl-electron-app/build/output/
xmcl-electron-app/build/output/*.zip
xmcl-electron-app/build/output/*.appx
overwrite: true
- name: Upload Windows Zip Build
if: ${{ runner.os == 'Windows' }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 966343f

Please sign in to comment.