diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index abcb421e1..6adccd835 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -66,7 +66,7 @@ jobs: - name: Publish to crates.io (dry run) # We use `--allow-dirty` because the `cpp` folder is copied into the working directory. # This is necessary because the `cpp` folder is not part of the crate otherwise. - run: cargo publish --dry-run -p chiavdf --allow-dirty + run: cargo publish --dry-run -p chiapos --allow-dirty - name: Upload crate artifacts uses: actions/upload-artifact@v4 @@ -86,4 +86,4 @@ jobs: # See comment above for why `--allow-dirty` is used. run: | cp -r src rust-bindings/cpp - cargo publish -p chiavdf --allow-dirty + cargo publish -p chiapos --allow-dirty