Skip to content

Commit

Permalink
Move install script to nodejs, release 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 27, 2021
1 parent 879e403 commit 90b01a0
Show file tree
Hide file tree
Showing 7 changed files with 580 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
command: build
args: --release
- run: tar -czf ${{ matrix.target }}.tar.gz cargo-flowistry flowistry-driver
- run: tar --format=pax -czf ${{ matrix.target }}.tar.gz cargo-flowistry flowistry-driver
working-directory: target/release
- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Will Crichton <[email protected]>"]
edition = "2018"
name = "flowistry"
version = "0.3.15"
version = "0.3.16"
description = "Powerful IDE tools for Rust"
repository = "https://github.com/willcrichton/flowistry"
license = "MIT"
Expand Down
Loading

0 comments on commit 90b01a0

Please sign in to comment.