mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
build: fix publishing of canaries (#11480)
This commit is contained in:
parent
63546c15bf
commit
31afd349d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -588,5 +588,5 @@ jobs:
|
||||||
|
|
||||||
- name: Upload canary version file to dl.deno.land
|
- name: Upload canary version file to dl.deno.land
|
||||||
run: |
|
run: |
|
||||||
echo $(git rev-parse HEAD) > canary-latest.txt
|
echo ${{ github.sha }} > canary-latest.txt
|
||||||
gsutil cp canary-latest.txt gs://dl.deno.land/canary-latest.txt
|
gsutil cp canary-latest.txt gs://dl.deno.land/canary-latest.txt
|
||||||
|
|
Loading…
Reference in a new issue