Skip to content

Commit

Permalink
fix upload-scoop-manifest task
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jun 7, 2022
1 parent 6083429 commit 19e87d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ tasks:

upload-scoop-manifest:
cmds:
- rm botway.json && cp ../dist/botway.json .
- if [ -f "botway.json" ]; then rm botway.json; fi
- cp ./dist/botway.json .

0 comments on commit 19e87d0

Please sign in to comment.