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 4ec7b78 commit 3fab93a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
pyinstaller --add-data ./heimdall:heimdall --onefile guiunstable.py
mv dist/* dist/SamsungFlashGUI.exe
- name: Create info file
run: |
echo -e "ref: $GITHUB_REF \ncommit: $GITHUB_SHA\nbuild: $(date +"%Y-%m-%dT%H:%M:%SZ")" \
> dist/info.txt
- name: Update Windows release
uses: pyTooling/Actions/releaser@r0
Expand All @@ -50,4 +46,4 @@ jobs:
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: dist/*


0 comments on commit 3fab93a

Please sign in to comment.