Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 2, 2024
1 parent 5801d19 commit f1bc845
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 @@ -105,7 +105,7 @@ jobs:
cd $dirname/$runtime;
# Decompile to IL Code
& "$workingDir/tools/ildasm/runtimes/linux-x64/native/ildasm.exe" "$f" /OUT=Code.il
& "$workingDir/tools/ildasm/runtimes/linux-x64/native/ildasm" "$f" /OUT=Code.il
Copy-Item -Path $workingDir/build/ilassembler/ILAssembler.ilproj -Destination ILAssembler.ilproj;
Copy-Item -Path $workingDir/build/ilassembler/ForceDedicatedGraphicCard.il -Destination ForceDedicatedGraphicCard.il;
Expand Down

0 comments on commit f1bc845

Please sign in to comment.