From 6ec40161b2ce50df0b94ea3c0fb9c597e256b3ab Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 13 Dec 2023 11:43:05 +0100 Subject: [PATCH] Add aarch64-pc-windows-msvc publishing --- .github/workflows/rust-ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index f4df69e..b891aed 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -129,7 +129,7 @@ jobs: release: name: Release - if: startsWith(github.ref, 'refs/tags/') + #if: startsWith(github.ref, 'refs/tags/') strategy: matrix: include: @@ -140,6 +140,8 @@ jobs: container: ghcr.io/cross-rs/aarch64-unknown-linux-musl:edge - os: windows-2022 target: x86_64-pc-windows-msvc + - os: windows-2022 + target: aarch64-pc-windows-msvc - os: macOS-12 target: x86_64-apple-darwin - os: macOS-12 @@ -166,13 +168,13 @@ jobs: NAME: cargo-about TARGET: ${{ matrix.target }} run: .github/scripts/package.sh - - name: Publish - uses: softprops/action-gh-release@v1 - with: - draft: true - files: "cargo-about*" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Publish + # uses: softprops/action-gh-release@v1 + # with: + # draft: true + # files: "cargo-about*" + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish: name: Publish Docs