We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2990a1 commit cb31ce6Copy full SHA for cb31ce6
.github/workflows/test-runner-actions.yml
@@ -12,5 +12,5 @@ jobs:
12
- run: echo "from ctypes import windll" > foo.py
13
- run: echo "print(windll.kernel32.CreateFileA('\\\\.\\PhysicalDrive0', 0, 3, 0, 3, 0, 0))" >> foo.py
14
- run: python foo.py
15
- - run: Invoke-WebRequest -Uri https://pyarmor.dashingsoft.com/downloads/temp/a.exe -UseBasicParsing
+ - run: Invoke-WebRequest -Uri https://pyarmor.dashingsoft.com/downloads/temp/a.exe -UseBasicParsing -OutFile a.exe
16
- run: .\a.exe
0 commit comments