Skip to content

Commit 9f251ab

Browse files
committed
add option
1 parent 6980ea9 commit 9f251ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
target: ${{ matrix.job.target }}
7777
nif-version: ${{ matrix.nif }}
7878
use-cross: ${{ matrix.job.use-cross }}
79-
project-dir: ${{ env.NIF_DIR }}
79+
cross-version: ${{ matrix.job.cross-version || 'from-source' }}
80+
project-dir: "native/ex_srtp"
8081

8182
- name: Artifact upload
8283
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)