Skip to content

Commit ee653a9

Browse files
committed
test win
1 parent 91bcf31 commit ee653a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Build Executable
3232
run: |
33-
pyinstaller --onefile --name dicomtag dicomtag/main.py
33+
pyinstaller --onefile --clean --name dicomtag dicomtag/main.py
3434
mkdir -p dist/linux
3535
mv dist/dicomtag dist/linux/
3636
@@ -57,10 +57,11 @@ jobs:
5757
run: |
5858
python -m pip install --upgrade pip
5959
pip install pyinstaller
60+
pip install .
6061
6162
- name: Build Executable
6263
run: |
63-
pyinstaller --onefile --name dicomtag.exe --noconsole dicomtag/main.py
64+
pyinstaller --onefile --clean --name dicomtag.exe --noconsole dicomtag/main.py
6465
mkdir -p dist/windows
6566
mv dist/dicomtag.exe dist/windows/
6667

0 commit comments

Comments
 (0)