未验证 提交 470681cd 编写于 作者: L Luca Casonato 提交者: GitHub

Publish deno types on release (#4583)

上级 c7387979
......@@ -164,6 +164,7 @@ jobs:
run: |
cd target/release
zip -r deno-x86_64-unknown-linux-gnu.zip deno
./deno types > lib.deno.d.ts
- name: Pre-release (mac)
if: startsWith(matrix.config.os, 'macOS') && matrix.config.kind == 'test_release'
......@@ -187,6 +188,7 @@ jobs:
target/release/deno-x86_64-unknown-linux-gnu.zip
target/release/deno-x86_64-apple-darwin.zip
target/release/deno_src.tar.gz
target/release/lib.deno.d.ts
draft: true
- name: Publish
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册