Browse Source

Fix directory already exists in windows workflow

master
Krisjanis Rijnieks 5 years ago
parent
commit
40773fd015
  1. 4
      .github/workflows/windows.yml

4
.github/workflows/windows.yml

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: mkdir ../ofxPiMapper
- run: cp ./* ../ofxPiMapper/
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: wget ${OF_URL} --tries=10 --quiet
- run: pwd && ls -al

Loading…
Cancel
Save