Skip to content

Commit

Permalink
Non publish push
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Sep 18, 2023
1 parent 36803f4 commit ac7a4bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
matrix:
include:
- { o: macos-latest, t: x86_64-apple-darwin }
- { o: macos-latest, t: aarch64-apple-darwin }
- { o: ubuntu-latest, t: x86_64-unknown-linux-gnu }
- { o: windows-latest, t: x86_64-pc-windows-msvc }

Expand All @@ -53,7 +52,6 @@ jobs:
- name: Build and publish
uses: taiki-e/upload-rust-binary-action@v1
with:
target: ${{ matrix.t }}
manifest_path: apps/cargo-scout-audit/Cargo.toml
bin: cargo-scout-audit
archive: cargo-scout-audit-${{ github.ref_name }}-${{ matrix.t }}-${{ matrix.o }}
Expand Down

0 comments on commit ac7a4bf

Please sign in to comment.