Skip to content

Commit

Permalink
Prepare release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 22, 2022
1 parent 6c88f51 commit 2325502
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
- name: Generate results
run: python3 scripts/generate_reference.py Antares_Simulator_Tests/${{ matrix.subdir }}-tests antares-${{ matrix.solver }}-Ubuntu-20.04/bin

- name: tar.xz results
run: tar Jcf Antares_Simulator_Tests.tar.xz Antares_Simulator_Tests
- name: tar.gz results
run: tar zcf Antares_Simulator_Tests.tar.xz Antares_Simulator_Tests

- name: Upload .tar.xz
- name: Upload .tar.gz
uses: actions/[email protected]
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: Antares_Simulator_Tests.tar.xz
asset_name: Antares_Simulator_Tests-${{ matrix.solver}}-${{ matrix.tests_ref }}.tar.xz
asset_path: Antares_Simulator_Tests.tar.gz
asset_name: Antares_Simulator_Tests-${{ matrix.solver}}-${{ matrix.tests_ref }}-${{ matrix.subdir }}.tar.gz
asset_content_type: application/octet-stream

0 comments on commit 2325502

Please sign in to comment.