mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
don't publish from arm64 build (#286)
fixing https://github.com/denoland/rusty_v8/runs/454491681
This commit is contained in:
parent
fd286aaf34
commit
9b83495976
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -111,9 +111,11 @@ jobs:
|
||||
# run: cargo package -vv --locked
|
||||
|
||||
- name: Publish
|
||||
# Only publish on x64 linux when there's a git tag:
|
||||
if: >
|
||||
startsWith(github.ref, 'refs/tags/') &&
|
||||
github.repository == 'denoland/rusty_v8' &&
|
||||
startsWith(matrix.config.target , 'x86_64') &&
|
||||
runner.os == 'Linux'
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user