Skip to content

Commit

Permalink
artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstink committed Oct 1, 2024
1 parent fbf841a commit af9dfdf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
cd build
bash -c 'cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON ..'
make
- name: "Upload Artifact"
- uses: actions/upload-artifact@v4
- with:
- name: Upload gui
uses: actions/upload-artifact@v4
with:
name: Farbart
path: build/symmetri/gui/Farbart
retention-days: 5

- name: "tests with ASAN"
run: |
Expand Down

0 comments on commit af9dfdf

Please sign in to comment.