Skip to content

Commit

Permalink
change snapshot format; tag 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 6, 2023
1 parent c829659 commit 1a6a161
Show file tree
Hide file tree
Showing 5 changed files with 1,916 additions and 3,449 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
Expand All @@ -19,15 +19,15 @@ jobs:

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

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

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

0 comments on commit 1a6a161

Please sign in to comment.