1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

build: fix publishing of canaries (#11480)

This commit is contained in:
Luca Casonato 2021-07-21 18:39:20 +02:00 committed by GitHub
parent 63546c15bf
commit 31afd349d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -588,5 +588,5 @@ jobs:
- name: Upload canary version file to dl.deno.land
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