Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit authored Apr 14, 2024
1 parent c1ec154 commit ad2ee03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
- name: Check 7-Zip Version
run: |
7z -version -dummy
try {
7z -version
} catch {
Write-Host "Error: $_"
}
Write-Host "Exit code: $LASTEXITCODE"
shell: pwsh


- name: Download and Prepare Files
run: .\prepare.ps1

Expand Down

0 comments on commit ad2ee03

Please sign in to comment.