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 7e7e695 commit 225372e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
pyinstaller --add-data ./heimdall:heimdall --onefile guiunstable.py
mv dist/* dist/SamsungFlashGUI.exe
- name: Update Windows release
uses: pyTooling/Actions/releaser@r0
with:
tag: windows
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: dist/*
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 225372e

Please sign in to comment.