Skip to content

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 22, 2022
1 parent 73f3931 commit b9a8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit b9a8bfb

Please sign in to comment.