Skip to content

Commit

Permalink
feat: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Oct 10, 2023
1 parent 842481f commit 6e75d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
name: Build Release Assets
needs: ["draft-release"]
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -115,6 +114,10 @@ jobs:
if: matrix.os == 'windows-latest'
run: cargo install cargo-wix

- name: Install Cross [Linux]
if: matrix.os == 'ubuntu-latest'
run: cargo install cross

- name: Cache
uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -197,7 +200,7 @@ jobs:
components: rustfmt, clippy

- name: Login to Crates
env:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo login

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e75d31

Please sign in to comment.