Skip to content

Commit 4d1192e

Browse files
committed
chore: change unpack
1 parent 13b9367 commit 4d1192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist-build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
Invoke-WebRequest 'https://github.com/ofek/pyapp/releases/latest/download/source.tar.gz' -OutFile .\pyapp-source.tar.gz
3535
7z x pyapp-source.tar.gz
36-
7z x pyapp-source.tar -o"pyapp-latest"
36+
7z x pyapp-source.tar
3737
mv pyapp-v* pyapp-latest
3838
cd pyapp-latest
3939
ls

0 commit comments

Comments
 (0)