mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix cargo-publish-on-tag (#3781)
Also rename the "test" CI worker to "test_release"
This commit is contained in:
parent
950537e8ef
commit
3059558d41
3 changed files with 20 additions and 40 deletions
|
@ -9,5 +9,5 @@ run([sys.executable, "tools/docs.py"])
|
|||
os.chdir("target")
|
||||
run([
|
||||
"aws", "s3", "sync", "--include=typedoc", "--exclude=debug/*",
|
||||
"--exclude=release/*", ".", "s3://deno.land/"
|
||||
"--exclude=package/*", "--exclude=release/*", ".", "s3://deno.land/"
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue