Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
Francommit authored Apr 14, 2024
1 parent dcc35e1 commit 96b55c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
choco install 7zip --no-progress -y
- name: Check 7-Zip Version
run: 7z -version
run: |
7z -version
Write-Host "Exit code: $LASTEXITCODE"
shell: pwsh

- name: Download and Prepare Files
Expand Down

0 comments on commit 96b55c2

Please sign in to comment.