From cf30cd9eeb8302f1dc7d124d55ddec04eabfd1af Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 28 Aug 2019 17:37:38 -0400 Subject: [PATCH] Curl to file --- .github/workflows/licensed.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index e89a3e0..ee9408d 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1.0.0 - run: |- cd /tmp - curl -fs https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz - tar -xzfv licensed-2.3.2-linux-x64.tar.gz - sudo mv licensed-2.3.2-linux-x64/licensed /usr/local/bin/licensed + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz + sudo tar -xzf licensed.tar.gz + sudo mv licensed /usr/local/bin/licensed - run: licensed status