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 77ce159
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ 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
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 77ce159

Please sign in to comment.