Skip to content

Commit e782afa

Browse files
committed
upgrade deps; fix HTTPS assets
1 parent a3edf74 commit e782afa

File tree

5 files changed

+1115
-1947
lines changed

5 files changed

+1115
-1947
lines changed

.github/workflows/upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request: {}
88

99
jobs:
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-yarn-
2626
2727
- name: wget
28-
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0-a3-build2/cr
28+
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.2/cr
2929
- name: "permission"
3030
run: chmod +x ci-bin/cr
3131

0 commit comments

Comments
 (0)