Skip to content

Commit

Permalink
change snapshot format; tag 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 24, 2023
1 parent 3de0b41 commit 1aeb7ac
Show file tree
Hide file tree
Showing 5 changed files with 2,450 additions and 1,222 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-a5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
name: 'cr'
version: '0.7.0-a5'
version: '0.8.0-a2'

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

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

0 comments on commit 1aeb7ac

Please sign in to comment.