Skip to content

Commit

Permalink
[ci] Try to fix gh release step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 29, 2024
1 parent 7f07c7c commit f184c6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,16 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config.triple }}
name: ${{ matrix.config.triple }}-max
path: |
UltraLeap-max-${{ matrix.config.triple }}.zip
UltraLeap-pd-${{ matrix.config.triple }}.zip
UltraLeap-max-*.zip
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config.triple }}-pd
path: |
UltraLeap-pd-*.zip
release:
name: Release
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ find_path(LEAPC_HEADERS LeapC.h
)
find_library(LEAPC_LIBRARY NAMES LeapC
HINTS
"${LeapSDK_SOURCE_DIR}/lib/"
"${LeapSDK_SOURCE_DIR}/lib/x64"
)

Expand Down

0 comments on commit f184c6c

Please sign in to comment.