Skip to content

Commit 7b37b90

Browse files
committed
Add new envvars to release action
1 parent df0d59a commit 7b37b90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-framework.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
env:
3838
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
3939
BUILD_DIR: ./build
40+
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
41+
LDK_C_BINDINGS_BINARY_DIRECTORY: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/bin
4042
steps:
4143
- name: Configure Xcode
4244
uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)