Skip to content

Commit

Permalink
fix: refactor build commands in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Mar 14, 2024
1 parent adb8dd0 commit f2f71b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:

- name: Build | Build [Cargo]
if: matrix.os != 'ubuntu-latest'
run: cargo build --release --locked --target ${{ matrix.target }}
run: cargo build --release --target ${{ matrix.target }}

- name: Build | Build [Cross]
if: matrix.os == 'ubuntu-latest'
run: cross build --release --locked --target ${{ matrix.target }}
run: cross build --release --target ${{ matrix.target }}

- name: Build | Installer [Windows]
continue-on-error: true
Expand Down

0 comments on commit f2f71b8

Please sign in to comment.