From 069df10dd0cf4f0523c3ac907bea55f0769d1d25 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Sat, 1 Jun 2024 15:20:44 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 3380a79..9a8ecdc 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -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: