Closed jeeyyy closed 4 years ago
Shell mv command did not allow for overwrites and hence failing the build like here - https://github.com/act-rules/act-rules-web/runs/693547999?check_suite_focus=true
mv
Using cp allows for overwrite.
cp
Given it is a one line change & I have validated this locally. I am merging this.
Shell
mv
command did not allow for overwrites and hence failing the build like here - https://github.com/act-rules/act-rules-web/runs/693547999?check_suite_focus=trueUsing
cp
allows for overwrite.