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