From f621fae432928280d9a10e3df3f40d318d3f7c26 Mon Sep 17 00:00:00 2001 From: Kasper Date: Mon, 2 Jan 2023 11:16:00 +0100 Subject: [PATCH] Update changelog --- .github/workflows/release.yml | 14 +++++++------- CHANGELOG.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a32fb..1205d38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,22 +29,22 @@ jobs: include: - os: macos-latest target: x86_64-apple-darwin - archive: $bin-$tag-macos-x64 + archive: macos-x64 - os: macos-latest target: aarch64-apple-darwin - archive: $bin-$tag-macos-aarch64 + archive: macos-aarch64 - os: ubuntu-latest target: x86_64-unknown-linux-gnu - archive: $bin-$tag-linux-x64 + archive: linux-x64 - os: ubuntu-latest target: aarch64-unknown-linux-gnu - archive: $bin-$tag-linux-aarch64 + archive: linux-aarch64 - os: windows-latest target: x86_64-pc-windows-gnu - archive: $bin-$tag-windows-x64 + archive: windows-x64 - os: windows-latest target: aarch64-pc-windows-msvc - archive: $bin-$tag-windows-aarch64 + archive: windows-aarch64 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -53,7 +53,7 @@ jobs: with: bin: cpc target: ${{ matrix.target }} - archive: ${{ matrix.archive }} + archive: $bin-$tag-${{ matrix.archive }} zip: all tar: none token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b1be6b6..1ec2191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.9.0 - 2022 Dec 30 - Add `marathon` unit -- Add `macos-aarch64` (Apple Silicon) and `linux-aarch64` release binaries +- Add `aarch64` binaries ## 1.8.0 - 2021 Aug 16 - Add support for data transfer rate units (like mb/s)