From ac7a4bf611a2bcc3890a1b212d49792f7bf227d8 Mon Sep 17 00:00:00 2001 From: Facundo Lerena Date: Mon, 18 Sep 2023 14:55:46 -0300 Subject: [PATCH] Non publish push --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98989673..373cda54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 } @@ -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 }}