Skip to content

Commit

Permalink
chiavdf => chiapos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 13, 2024
1 parent edbd8a7 commit c27b5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c27b5a5

Please sign in to comment.