Skip to content

Commit

Permalink
path fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Apr 30, 2024
1 parent 3bb3fdc commit b97b6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: mavsdk_server_macos_x64.framework
path: ./build/macos_x64/src/mavsdk_server/src/mavsdk_server_x64.framework
path: ./build/macos_x64/src/mavsdk_server/src/mavsdk_server.framework
- uses: actions/download-artifact@v4
with:
name: mavsdk_server_macos_arm64.framework
path: ./build/macos_arm64/src/mavsdk_server/src/mavsdk_server_arm64.framework
path: ./build/macos_arm64/src/mavsdk_server/src/mavsdk_server.framework
- name: Install tree
run: brew install tree
- name: Package
Expand Down

0 comments on commit b97b6b7

Please sign in to comment.