Skip to content

Commit

Permalink
2.1.0 - Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayBox committed Mar 17, 2023
1 parent ecd0e52 commit b537a51
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Bundle Release (Other)
if: ${{ matrix.runner != 'windows-latest' }}
run: |
cargo install --git https://github.com/burtonageo/cargo-bundle.git
cargo install --git https://github.com/burtonageo/cargo-bundle.git --rev 1f4b526
cargo bundle --release --target ${{ matrix.target }}
- name: Create Zip Archive (Windows)
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
.idea/
.vscode/
target/
Loading

0 comments on commit b537a51

Please sign in to comment.