Skip to content

Commit

Permalink
Screenshot v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed May 26, 2024
1 parent 36cb56d commit 8a06763
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
- shell: powershell
run: Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
- shell: powershell
run: Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream
run: Install-Module -Name PShot -AcceptLicense -Force
- shell: powershell
run: |
Import-Module -Name PShot
Start-Job { Get-PShot -Directory . -Delay 30 }
Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream
continue-on-error: true
timeout-minutes: 2
- uses: OrbitalOwen/[email protected]
with:
file-name: 'desktop.jpg'
timeout-minutes: 1
- uses: actions/upload-artifact@v2
with:
path: 'desktop.jpg'
path: 'PShot*'

0 comments on commit 8a06763

Please sign in to comment.