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 13, 2024
1 parent 95312a0 commit 307c461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
choco install 7zip --no-progress -y
- name: Check 7-Zip Version
run: '& "C:\\Program Files\\7-Zip\\7z.exe" --version'
run: |
& "C:\\Program Files\\7-Zip\\7z.exe" -version
- name: Download and Prepare Files
run: .\prepare.ps1
Expand Down

0 comments on commit 307c461

Please sign in to comment.