We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb93fb commit a03a11cCopy full SHA for a03a11c
.github/workflows/rustler_precompiled.yml
@@ -44,12 +44,12 @@ jobs:
44
id: build-crate
45
uses: philss/rustler-precompiled-action@v1.0.0
46
with:
47
- project-name: example
+ project-name: excoding
48
project-version: ${{ env.PROJECT_VERSION }}
49
target: ${{ matrix.job.target }}
50
nif-version: ${{ matrix.nif }}
51
use-cross: ${{ matrix.job.use-cross }}
52
- project-dir: "native/example"
+ project-dir: "native/excoding"
53
54
- name: Artifact upload
55
uses: actions/upload-artifact@v3
0 commit comments