Skip to content

Commit

Permalink
Fixed the location of the artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Jul 23, 2024
1 parent 0e8fe5e commit f61b555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
cp -v ./src/binocle/core/*.h ./build/${{ env.RELEASE_NAME }}/include
cp -v ./src/binocle/core/backend/*.h ./build/${{ env.RELEASE_NAME }}/include/backend
cp -v ./build/src/${{env.BUILD_TYPE}}-iphoneos/libbinocle-static.a ./build/${{ env.RELEASE_NAME }}/lib
cp -v ./build/src/${{env.BUILD_TYPE}}-${{ matrix.APPLE_SDK }}/libbinocle-static.a ./build/${{ env.RELEASE_NAME }}/lib
cd build
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
Expand Down

0 comments on commit f61b555

Please sign in to comment.