Skip to content

Commit 1218855

Browse files
committed
fix path for release files
1 parent f0c6624 commit 1218855

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
if: startsWith(github.ref, 'refs/tags/') && matrix.python == '3.9'
8181
with:
8282
files: |
83-
quit-64bit-linux
84-
quit-64bit-windows.exe
85-
quit-32bit-windows.exe
83+
dist/quit-64bit-linux
84+
dist/quit-32bit-linux
85+
dist/quit-64bit-windows.exe
86+
dist/quit-32bit-windows.exe
8687
8788
docker:
8889
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)