Skip to content

Commit 8081c52

Browse files
committed
Fix exe path in artifacts
1 parent a6b6af4 commit 8081c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-exe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ jobs:
2929
run: |
3030
cd main
3131
pyinstaller dod3.spec
32+
move dist/dod3.exe dod3.exe
3233
3334
- name: Upload artifact
3435
uses: actions/upload-artifact@v4
3536
with:
3637
name: dod3-exe
3738
path: |
38-
main/dist/dod3.exe
39+
main/dod3.exe
3940
main/config.ini
4041
main/timings/
4142
main/flower.png

0 commit comments

Comments
 (0)