Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 1, 2024
1 parent 0f83197 commit 8b8d1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
$fileNames = Get-ChildItem -Path "bannerlord/" -Recurse -Include *.exe;
foreach ($f in $fileNames) {
echo $f.FullName;
nvpatch --enable "$f";
nvpatch --enable "$f" "$f";
}
shell: pwsh

Expand Down

0 comments on commit 8b8d1db

Please sign in to comment.