Skip to content

Commit

Permalink
Merge pull request #62 from patrickdown/fix_ci_typo
Browse files Browse the repository at this point in the history
Fix CI typo
  • Loading branch information
patrickdown committed Nov 27, 2023
2 parents 934a9dc + 0de8d90 commit bfd0f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
cp -r source/example.csharp/addons/tiltfive plugin_cs/addons
cp source/LICENSE.txt plugin_cs/addons/tiltfive
cp source/CONTRIBUTORS.md plugin_cs/addons/tiltfive
cp source/CHANGES.md plugin/addons_cs/tiltfive
cp source/CHANGES.md plugin_cs/addons/tiltfive
mkdir plugin_cs/addons/tiltfive/bin
# cp gdtiltfive.linux/*.so plugin_cs/addons/tiltfive/bin/
cp gdtiltfive.windows/build/bin/*.dll plugin_cs/addons/tiltfive/bin/
Expand Down

0 comments on commit bfd0f6c

Please sign in to comment.