Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 3, 2022
1 parent 0d5e7ed commit 6e035b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
core.setOutput("extension", "so");
core.setOutput("os-name", "Linux");
core.setOutput("rid", "linux-" + arch);
core.setOutput("build-cmd", "./build.sh");
break;
case "windows-latest":
Expand Down

0 comments on commit 6e035b7

Please sign in to comment.