Skip to content

Commit

Permalink
Fix: set-versionの引数を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 30, 2024
1 parent 3444a1c commit 7b60014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
echo "Building version ${{ steps.version.outputs.version }}"
cargo install cargo-edit
cargo set-version ${{ steps.version.outputs.version }}
cargo set-version ${{ steps.version.outputs.version }} -p cantari
cargo build --release
- name: Archive
Expand Down

0 comments on commit 7b60014

Please sign in to comment.