Skip to content

Commit

Permalink
Fix Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Sep 7, 2023
1 parent 9d040b2 commit e21279e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e21279e

Please sign in to comment.