Skip to content

Commit

Permalink
feat: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 19, 2024
1 parent 9b624df commit dd0f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cargo test --locked --target ${{ matrix.platform.target }}

- name: Build release
run: cargo build --release--locked --target ${{ matrix.platform.target }}
run: cargo build --release --locked --target ${{ matrix.platform.target }}

- name: Get the release version from the tag
shell: bash
Expand Down

0 comments on commit dd0f39f

Please sign in to comment.