Skip to content

Commit 0773c93

Browse files
committed
change snapshot format
1 parent cb2cded commit 0773c93

File tree

5 files changed

+2387
-1111
lines changed

5 files changed

+2387
-1111
lines changed

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
2323
name: 'cr'
24-
version: '0.7.13'
24+
version: '0.8.0-a2'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
2929
name: 'caps'
30-
version: '0.7.13'
30+
version: '0.8.0-a2'
3131
- name: "compiles to js"
3232
run: >
3333
caps --ci && cr --emit-js --once

0 commit comments

Comments
 (0)