Skip to content

Commit

Permalink
Update windows-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qcgzxw authored Mar 12, 2024
1 parent b40b926 commit b6fcaba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ jobs:
- run: ./dist/main.exe
- uses: actions/upload-artifact@v2
with:
path: dist/*
path: dist/*
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./dist/main.exe

0 comments on commit b6fcaba

Please sign in to comment.