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 246463c commit afc6ea6
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 @@ -74,7 +74,7 @@ jobs:
$fileNames = Get-ChildItem -Path "src/" -Recurse -Include *.exe;
foreach ($f in $fileNames) {
echo $f.FullName;
dotnet script build/gpu.csx -- --enable-gpu "$f.FullName";
dotnet script build/gpu.csx -- --enable-gpu "$f";
}
shell: pwsh

Expand Down

0 comments on commit afc6ea6

Please sign in to comment.