Skip to content

Commit

Permalink
Fix filename again
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 22, 2022
1 parent 93055ac commit 22cd5c8
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 @@ -52,7 +52,7 @@ jobs:
run: python3 scripts/generate_reference.py Antares_Simulator_Tests/${{ matrix.subdir }}-tests antares-${{ matrix.solver }}-Ubuntu-20.04/bin

- name: tar.gz results
run: tar zcf results.tar.gz Antares_Simulator_Tests/$${ matrix.subdir }}-tests
run: tar zcf results.tar.gz Antares_Simulator_Tests/${{ matrix.subdir }}-tests

- name: Upload .tar.gz
uses: actions/[email protected]
Expand Down

0 comments on commit 22cd5c8

Please sign in to comment.