Skip to content

Commit a03a11c

Browse files
committed
Fix project name
1 parent fbb93fb commit a03a11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustler_precompiled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
id: build-crate
4545
uses: philss/rustler-precompiled-action@v1.0.0
4646
with:
47-
project-name: example
47+
project-name: excoding
4848
project-version: ${{ env.PROJECT_VERSION }}
4949
target: ${{ matrix.job.target }}
5050
nif-version: ${{ matrix.nif }}
5151
use-cross: ${{ matrix.job.use-cross }}
52-
project-dir: "native/example"
52+
project-dir: "native/excoding"
5353

5454
- name: Artifact upload
5555
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)