Skip to content

Commit bfe20c1

Browse files
committed
Fix subcommand name in CI script
1 parent 1f745ba commit bfe20c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: true
1616
- run: |
1717
rustup target add ${{ matrix.target }}
18-
cargo nbuild binaries --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
18+
cargo nbuild binary --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
1919
- uses: actions/upload-artifact@v4
2020
if: ${{success()}}
2121
with:

0 commit comments

Comments
 (0)