From e21279e650d1d25453ddb6185ec1c642daf4c7d6 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 7 Sep 2023 16:49:29 +0200 Subject: [PATCH] Fix Ubuntu CI --- .github/workflows/ubuntu-release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ubuntu-release.yml b/.github/workflows/ubuntu-release.yml index f51896bc5..f2a4319d1 100644 --- a/.github/workflows/ubuntu-release.yml +++ b/.github/workflows/ubuntu-release.yml @@ -191,6 +191,19 @@ jobs: cd _build ctest -C Release --output-on-failure -L "medium|unit|benders|lpnamer" + #Uploads are not necessary for release but useful in other cases + - name: Upload .tar.gz + uses: actions/upload-artifact@v3 + with: + name: ${{env.TGZ_NAME}} + path: _build/${{env.TGZ_NAME}} + + - name: Upload single file + uses: actions/upload-artifact@v3 + with: + name: ${{ steps.create-single-file.outputs.archive-name }} + path: ${{ steps.create-single-file.outputs.archive-path }} + ####################### - name: Get release