Skip to content

Commit

Permalink
Merge pull request #20 from b-conf/snapshot
Browse files Browse the repository at this point in the history
change snapshot format
  • Loading branch information
NoEgAm authored Oct 1, 2023
2 parents 3a8b954 + b128126 commit 38cf5a7
Show file tree
Hide file tree
Showing 5 changed files with 1,866 additions and 1,801 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

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

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

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

0 comments on commit 38cf5a7

Please sign in to comment.