From dc37169a999314340bb3186fcd2967d36da4e713 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 15 Nov 2020 19:09:47 +0200 Subject: [PATCH] Add curl output to file and strip ls arguments in windows workflow --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4dc8bdb..f14b748 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,5 +13,5 @@ jobs: - run: mkdir ../.ofxPiMapper - run: cp ./* ../.ofxPiMapper/ - run: curl --help - - run: curl --location --progress-bar https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip - - run: pwd && ls -al + - run: curl --location --progress-bar --output openFrameworks.zip https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip + - run: pwd && ls