Skip to content

Commit

Permalink
Fix github action yml (my bad)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolang committed Nov 29, 2024
1 parent 8da87b5 commit 2ad41d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
id: build-crate
uses: philss/[email protected]
with:
project-name: example
project-name: jaqex
project-version: ${{ env.PROJECT_VERSION }}
target: ${{ matrix.job.target }}
nif-version: ${{ matrix.nif }}
use-cross: ${{ matrix.job.use-cross }}
project-dir: "native/example"
project-dir: "native/jaqex"

- name: Artifact upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2ad41d4

Please sign in to comment.