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 e51aada commit c2990a1Copy full SHA for c2990a1
.github/workflows/test-runner-actions.yml
@@ -13,4 +13,4 @@ jobs:
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
16
- - run: ./a.exe
+ - run: .\a.exe
0 commit comments