File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ jobs:
11
11
- shell : powershell
12
12
run : Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
13
13
- shell : powershell
14
- run : Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream
14
+ run : Install-Module -Name PShot -AcceptLicense -Force
15
+ - shell : powershell
16
+ run : |
17
+ Import-Module -Name PShot
18
+ Get-PShot -Directory . -Delay 30
19
+ Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream
15
20
continue-on-error : true
16
- timeout-minutes : 2
17
- -
uses :
OrbitalOwen/[email protected]
18
- with :
19
- file-name : ' desktop.jpg'
21
+ timeout-minutes : 1
20
22
- uses : actions/upload-artifact@v2
21
23
with :
22
- path : ' desktop.jpg '
24
+ path : ' PShot* '
You can’t perform that action at this time.
0 commit comments