Browse Source

Try to access one directory up in windows workflow

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

4
.github/workflows/windows.yml

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

Loading…
Cancel
Save