Skip to content

Commit

Permalink
fix path for release files
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 16, 2021
1 parent f0c6624 commit 1218855
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.python == '3.9'
with:
files: |
quit-64bit-linux
quit-64bit-windows.exe
quit-32bit-windows.exe
dist/quit-64bit-linux
dist/quit-32bit-linux
dist/quit-64bit-windows.exe
dist/quit-32bit-windows.exe
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1218855

Please sign in to comment.