From b9a8bfb2b7ea22ac9f1ec8e94bf59490eaf26124 Mon Sep 17 00:00:00 2001 From: Florian OMNES Date: Tue, 22 Feb 2022 17:24:43 +0100 Subject: [PATCH] Fix tar command --- .github/workflows/ubuntu-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-reference.yml b/.github/workflows/ubuntu-reference.yml index 6526c50..d241a8b 100644 --- a/.github/workflows/ubuntu-reference.yml +++ b/.github/workflows/ubuntu-reference.yml @@ -51,7 +51,7 @@ jobs: run: python3 scripts/generate_reference.py Antares_Simulator_Tests/short-tests antares-${{ matrix.solver }}-Ubuntu-20.04/bin - name: tar.xz results - run: tar Jvf Antares_Simulator_Tests.tar.xz Antares_Simulator_Tests + run: tar Jcf Antares_Simulator_Tests.tar.xz Antares_Simulator_Tests - name: Upload .tar.xz uses: actions/upload-release-asset@v1.0.2