Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito authored Oct 9, 2023
1 parent b891fd0 commit f04cb30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ name: Create Standalone (Windows)
on:
release:
types: [published]
push:
branches:
- main

jobs:
build:
Expand All @@ -32,9 +29,7 @@ jobs:
pip install pyinstaller
pyinstaller start_gui.spec
7z a -tzip esb_gui_windows.zip ./dist/start_gui.exe
pwd
ls
ls ./dist/
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f04cb30

Please sign in to comment.