Browse Source

Try to fix collecting piMapper files by replacing mv with cp

master
Krisjanis Rijnieks 5 years ago
parent
commit
e27a349171
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -10,6 +10,6 @@ jobs:
with:
fetch-depth: 1
- run: mkdir .ofxPiMapper
- run: mv ./* .ofxPiMapper/
- run: cp --recursive ./* .ofxPiMapper/
- run: wget ${OF_URL} --tries=10 --quiet
- run: pwd && ls -al

Loading…
Cancel
Save