Skip to content

Commit

Permalink
Add aarch64-pc-windows-msvc publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 13, 2023
1 parent 9374a6d commit 6ec4016
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

release:
name: Release
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
strategy:
matrix:
include:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6ec4016

Please sign in to comment.