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 a87a38d commit 1e98af4Copy full SHA for 1e98af4
.github/workflows/build.yml
@@ -188,11 +188,7 @@ jobs:
188
run: rustup target add ${{ matrix.arch }}-pc-windows-msvc
189
190
- name: Run Cargo Build
191
- run: |
192
- cargo build ^
193
- --target=${{ matrix.arch }}-pc-windows-msvc ^
194
- --release ^
195
- --locked
+ run: cargo build --target=${{ matrix.arch }}-pc-windows-msvc --release --locked
196
197
- name: Rename Binary
198
run: mv target/release/sentry-cli.exe sentry-cli-Windows-${{ matrix.arch }}.exe
0 commit comments