From a487b03699453fe52abe217a746ba4efd026331b Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 18 Oct 2022 09:34:38 +0200 Subject: [PATCH] chore(ci): fix quoting on cp command --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 693d87d06..8a93c5f6c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -464,7 +464,7 @@ jobs: TAG="$(git describe --tags --abbrev=0)" - sudo cp "${{ github.workspace }}/tarballs/concretecompiler.tar.gz ${{ github.workspace }}/tarballs/concretecompiler-${TAG}-x86_64-linux-gnu.tar.gz" + sudo cp "${{ github.workspace }}/tarballs/concretecompiler.tar.gz" "${{ github.workspace }}/tarballs/concretecompiler-${TAG}-x86_64-linux-gnu.tar.gz" echo "::set-output name=ASSET_NAME::concretecompiler-${TAG}-x86_64-linux-gnu.tar.gz" - name: Upload Tarball