Skip to content

Commit

Permalink
Fix msyspac.txt file name
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 30, 2024
1 parent acdb0f8 commit c590020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_Windows_MINGW64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Read Package List
id: read_packages
run: |
$packages = Get-Content extra/myspac.txt -Raw | Out-String
$packages = Get-Content extra/msyspac.txt -Raw | Out-String
$packages = $packages -replace "`r`n", " " -replace "`n", " "
$packages = $packages.Trim()
echo "packages=$packages" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8
Expand Down

0 comments on commit c590020

Please sign in to comment.