Skip to content

Commit

Permalink
Merge pull request #29 from TopixIM/copy
Browse files Browse the repository at this point in the history
copy and download image via javascript
  • Loading branch information
NoEgAm committed Oct 1, 2023
2 parents ff2a0b0 + b6ce2f7 commit 0468e01
Show file tree
Hide file tree
Showing 6 changed files with 1,074 additions and 445 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Expand Up @@ -19,15 +19,15 @@ jobs:

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

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

- run: caps --ci && cr --entry server --emit-ir -1

Expand Down

0 comments on commit 0468e01

Please sign in to comment.