Rename rust env to decide build dir
This commit is contained in:
4
.github/workflows/Crate-publishing.yml
vendored
4
.github/workflows/Crate-publishing.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
- name: '🚧 Cargo test'
|
||||
if: "!startsWith(github.ref, 'refs/tags')"
|
||||
env:
|
||||
CI: ci
|
||||
UNICORN_LOCAL: uc
|
||||
run: |
|
||||
cd bindings/rust && cargo test
|
||||
|
||||
@ -78,6 +78,6 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
|
||||
env:
|
||||
TOKEN: ${{ secrets.cratesio_token }}
|
||||
CI: ci
|
||||
UNICORN_LOCAL: uc
|
||||
run: |
|
||||
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish
|
Reference in New Issue
Block a user