Try curl variable without braces in windows workflow

This commit is contained in:
Krisjanis Rijnieks
2020-11-15 18:57:25 +02:00
parent 7fbac8a893
commit bea83d5ddd
+1 -1
View File
@@ -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