Skip to content

Commit bce751f

Browse files
committed
Screenshot v2
1 parent 36cb56d commit bce751f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
- shell: powershell
1212
run: Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
1313
- 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
1520
continue-on-error: true
16-
timeout-minutes: 2
17-
- uses: OrbitalOwen/[email protected]
18-
with:
19-
file-name: 'desktop.jpg'
21+
timeout-minutes: 1
2022
- uses: actions/upload-artifact@v2
2123
with:
22-
path: 'desktop.jpg'
24+
path: 'PShot*'

0 commit comments

Comments
 (0)