Skip to content

Commit

Permalink
uploading example build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Jul 18, 2023
1 parent 55e1575 commit 0e1b253
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-tests-archlinux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cmake --build --preset release --target install

cd example || exit
cmake --preset release
cmake --build --preset release
cmake --build --preset release --target ctbench-graph-all
3 changes: 2 additions & 1 deletion .github/actions/run-tests-ubuntu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ cmake --build --preset release --target install

cd example || exit
cmake --preset release
cmake --build --preset release
cmake --build --preset release --target ctbench-graph-all

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build_result
path: build/
path: example/build/

ubuntu-testing:
runs-on: self-hosted
Expand All @@ -30,4 +30,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build_result
path: build/
path: example/build/

0 comments on commit 0e1b253

Please sign in to comment.