We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6980ea9 commit 9f251abCopy full SHA for 9f251ab
1 file changed
.github/workflows/release.yml
@@ -76,7 +76,8 @@ jobs:
76
target: ${{ matrix.job.target }}
77
nif-version: ${{ matrix.nif }}
78
use-cross: ${{ matrix.job.use-cross }}
79
- project-dir: ${{ env.NIF_DIR }}
+ cross-version: ${{ matrix.job.cross-version || 'from-source' }}
80
+ project-dir: "native/ex_srtp"
81
82
- name: Artifact upload
83
uses: actions/upload-artifact@v4
0 commit comments