Skip to content

Commit

Permalink
Update windows_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder authored Dec 23, 2023
1 parent 3fab93a commit 7e7e695
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ jobs:
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: dist/*

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/SamsungFlashGUI.exe
env:
tag_name: windows

0 comments on commit 7e7e695

Please sign in to comment.