Skip to content

Commit

Permalink
Add Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaddeo committed Oct 25, 2023
1 parent 67d0450 commit 01a5490
Show file tree
Hide file tree
Showing 3 changed files with 780 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
build:
name: Build and Release ${{ matrix.target }}
name: Build and Release ${{ matrix.platform.target }}
runs-on: ${{ matrix.platform.os }}
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
/artifacts
**/*.rs.bk
Cargo.lock
Loading

0 comments on commit 01a5490

Please sign in to comment.