Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to upload file reference directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 29, 2024
1 parent 80b2aa0 commit eb00822
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ jobs:
with:
name: tbdex.kt
path: target/bindgen-kotlin/tbdex/sdk/rust/tbdex.kt
- name: Debug Logging
run: ls -l target/aarch64-apple-darwin/release/libtbdex_uniffi.dylib
#TODO We need one of these for every environment built
- name: Upload Native Library
uses: actions/[email protected]
if: ${{ matrix.os == 'macos-latest' }}
with:
name: libtbdex_uniffi_${{ matrix.os }}.dylib
path: target/**/*.dylib
name: libtbdex_uniffi_aarch64_apple_darwin.dylib
path: target/aarch64-apple-darwin/release/libtbdex_uniffi.dylib

lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -88,8 +92,8 @@ jobs:
- name: Download MacOS Native Library
uses: actions/[email protected]
with:
name: libtbdex_uniffi_macos-latest.dylib
path: bound/kt/src/main/resources/libtbdex_uniffi_aarch64_apple_darwin.dylib
name: libtbdex_uniffi_aarch64_apple_darwin.dylib
path: bound/kt/src/main/resources/
- name: Build and Test Kotlin Project
run: |
mkdir -p test-results
Expand Down

0 comments on commit eb00822

Please sign in to comment.