Skip to content

Commit

Permalink
Preserve build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lnotspotl committed Dec 19, 2024
1 parent 69ae368 commit 656f933
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,13 @@ jobs:
run: cmake -S . -B build -DDEPTHAI_ENABLE_CURL=ON
- name: Build target 'zoo_helper'
run: cmake --build build --target zoo_helper --parallel 4
- name: Preserve build directory
uses: actions/upload-artifact@v3
with:
name: build-directory
path: build/
- name: List build directory contents
run: ls -la build/
- name: List files
run: find *

Expand Down

0 comments on commit 656f933

Please sign in to comment.