mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
build: fix publishing step (#1495)
After adding the Android support the CI fails on tags because cargo publish was being run on linux GNU and linux Android.
This commit is contained in:
parent
0911b83bcd
commit
101be535c8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -257,6 +257,7 @@ jobs:
|
||||
startsWith(github.ref, 'refs/tags/') &&
|
||||
github.repository == 'denoland/rusty_v8' &&
|
||||
startsWith(matrix.config.target , 'x86_64') &&
|
||||
!endsWith(matrix.config.target , 'android') &&
|
||||
matrix.config.variant == 'debug' &&
|
||||
runner.os == 'Linux'
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user