We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f745ba commit bfe20c1Copy full SHA for bfe20c1
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
submodules: true
16
- run: |
17
rustup target add ${{ matrix.target }}
18
- cargo nbuild binaries --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
+ cargo nbuild binary --target=${{ matrix.target }} --start-address=${{ matrix.start_address }}
19
- uses: actions/upload-artifact@v4
20
if: ${{success()}}
21
with:
0 commit comments