fix cargo-publish-on-tag (#3781)

Also rename the "test" CI worker to "test_release"
This commit is contained in:
Ryan Dahl 2020-01-24 14:24:27 -05:00 committed by GitHub
parent 950537e8ef
commit 3059558d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 40 deletions

View file

@ -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/"
])