We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da0d9ae + da7779e commit 6b02645Copy full SHA for 6b02645
.github/workflows/upload.yaml
@@ -19,15 +19,15 @@ jobs:
19
20
- uses: supplypike/setup-bin@v3
21
with:
22
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
+ uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
23
name: 'cr'
24
- version: '0.7.13'
+ version: '0.8.0-a2'
25
26
27
28
- uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
+ uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
29
name: 'caps'
30
31
32
- name: "compiles to js"
33
run: >
0 commit comments