Skip to content

Commit

Permalink
all vcpkg builds should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 11, 2024
1 parent 7fe114a commit 249c5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: libvalhalla-${{ matrix.arch }}
path: android/valhalla/src/main/jniLibs/${{ matrix.arch }}/libvalhalla.so
path: android/valhalla/src/main/jniLibs/${{ matrix.arch }}/libvalhalla-wrapper.so
retention-days: 1

combine:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
name: valhalla-ios-${{ matrix.arch }}
path: |
build/apple/${{ matrix.arch }}/iphone*/install
build/apple/**/${{ matrix.arch }}/install
create-xcframework:
needs: build
Expand Down

0 comments on commit 249c5f3

Please sign in to comment.