Browse Source

Try curl variable without braces in windows workflow

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

2
.github/workflows/windows.yml

@ -12,5 +12,5 @@ jobs:
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl --location --progress-bar ${OF_URL}
- run: curl --location --progress-bar $OF_URL
- run: pwd && ls -al

Loading…
Cancel
Save