Skip to content

Commit

Permalink
change action code
Browse files Browse the repository at this point in the history
  • Loading branch information
goatchurchprime committed Jul 16, 2024
1 parent fe94e1b commit a05b568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Workflow to automatically create deliverables
# copied from https://github.com/Malcolmnixon/GodotXRHandPoseDetector/blob/main/.github/workflows/build-on-push.yml
name: Build on push

on:
Expand Down Expand Up @@ -26,7 +27,7 @@ jobs:
mkdir plugin/godot-mqtt
mkdir plugin/godot-mqtt/addons
cp -r demo/godot-mqtt/addons/mqtt plugin/godot-mqtt/addons
cp demo/godot-mqtt/LICENSE plugin/godot-mqtt/addons/mqtt
cp demo/godot-mqtt/LICENSE.md plugin/godot-mqtt/addons/mqtt
rm -rf demo/godot-mqtt/.git
rm -rf demo/godot-mqtt/.github
Expand Down

0 comments on commit a05b568

Please sign in to comment.