Skip to content

Commit

Permalink
ci: Build beofre publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 18, 2024
1 parent a87bd69 commit c24e4ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Publish (dry-run)
if: matrix.job.target == 'x86_64-unknown-linux-gnu'
run: cargo publish --dry-run
run: |
cargo build --release
cargo publish --dry-run --allow-dirty
- name: Install cross and build
if: matrix.job.target == 'aarch64-unknown-linux-gnu'
run: |
Expand Down

0 comments on commit c24e4ef

Please sign in to comment.