Skip to content

Commit

Permalink
Merge pull request #26 from jiyinyiyong/snapshot
Browse files Browse the repository at this point in the history
change snapshot format
  • Loading branch information
NoEgAm authored Sep 4, 2023
2 parents 3d20a9a + 74126f3 commit 5f9cbde
Show file tree
Hide file tree
Showing 5 changed files with 2,640 additions and 2,581 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/cr'
name: 'cr'
version: '0.7.5'
version: '0.8.0-a5'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.5/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a5/caps'
name: 'caps'
version: '0.7.5'
version: '0.8.0-a5'

- name: "compiles to js"
run: >
Expand Down
Loading

0 comments on commit 5f9cbde

Please sign in to comment.