mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 00:54:15 -05:00
fix: binary publish problem (#750)
This commit is contained in:
parent
9aadaf5c2c
commit
eeffe1d722
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -179,7 +179,9 @@ jobs:
|
||||||
target/${{ env.LIB_NAME }}_${{ matrix.config.variant }}_${{ matrix.config.target }}.${{ env.LIB_EXT }}
|
target/${{ env.LIB_NAME }}_${{ matrix.config.variant }}_${{ matrix.config.target }}.${{ env.LIB_EXT }}
|
||||||
|
|
||||||
- name: Binary publish
|
- name: Binary publish
|
||||||
uses: softprops/action-gh-release@v1
|
# TODO(ry): use version instead of commit hash once #139 is fixed.
|
||||||
|
# https://github.com/softprops/action-gh-release/issues/139
|
||||||
|
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
|
||||||
if: >-
|
if: >-
|
||||||
github.repository == 'denoland/rusty_v8' &&
|
github.repository == 'denoland/rusty_v8' &&
|
||||||
startsWith(github.ref, 'refs/tags/')
|
startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Reference in a new issue