mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Try curl variable without braces in windows workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user