Skip to content

Commit

Permalink
Update Build&Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilJohan authored Jul 24, 2024
1 parent 1440e85 commit d0a4e76
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Build&Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,11 @@ jobs:
run: |
powershell -command "Expand-Archive -Path 'resources/ffmpeg.zip' -DestinationPath 'resources/'"
- name: Verify FFmpeg extraction (Windows)
- name: List contents of resources directory after extraction (Windows)
if: matrix.os == 'windows-latest'
run: |
if (Test-Path 'resources/ffmpeg.exe') {
Write-Host "FFmpeg extraction successful."
} else {
Write-Error "FFmpeg.exe not found after extraction."
exit 1
}
Get-ChildItem -Path resources -Recurse
- name: Generate resources_rc.py (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit d0a4e76

Please sign in to comment.