Update pyinstaller-builds-actions-PIP-TAR.yml

This commit is contained in:
jdegenstein
2024-06-01 15:20:44 -05:00
committed by GitHub
parent c2ba027cd5
commit 069df10dd0

View File

@@ -165,7 +165,7 @@ jobs:
- name: 7zip artifact (workaround for too many files during artifact upload)
shell: bash --login {0}
run: 7z a release.zip .\dist\*
run: 7z a release.zip ./dist/*
- uses: actions/upload-artifact@v4
with: