update pyinstaller path for macOS builds

This commit is contained in:
dj2ls 2023-01-22 19:03:31 +01:00
parent 4e83d49144
commit 499416ef1e

View file

@ -294,8 +294,8 @@ jobs:
# now build tnc binaries # now build tnc binaries
pyinstaller -y freedata.spec pyinstaller -y freedata.spec
# and to some final cleanup # and to some final cleanup
cp -r -f dist/tnc/* dist/ # cp -r -f dist/tnc/* dist/
rm -r dist/tnc # rm -r dist/tnc
- name: Build binaries Linux and Windows - name: Build binaries Linux and Windows
if: ${{!startsWith(matrix.os, 'macos')}} if: ${{!startsWith(matrix.os, 'macos')}}