Skip to content

Commit

Permalink
chore(tool): update butler push task
Browse files Browse the repository at this point in the history
  • Loading branch information
FurkanKambay committed Sep 9, 2024
1 parent 2b6544f commit b35927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tasks": [
{
"label": "Butler Push",
"command": "butler push --if-changed Builds/Tulip_Web.zip furkankambay/tulip:web; butler push --if-changed Builds/Tulip_Win.zip furkankambay/tulip:win",
"command": "butler push --if-changed Builds/Tulip_Web furkankambay/tulip:web; butler push --if-changed Builds/Tulip_Win furkankambay/tulip:win",
"type": "shell",
"args": [],
"problemMatcher": [],
Expand Down

0 comments on commit b35927a

Please sign in to comment.