From 8d0f0133747989ff5ce9b421e6dd7ae979e0964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 20 Apr 2024 07:50:57 +0200 Subject: [PATCH] fix release gh action --- .github/workflows/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5520e5c4..2111a4bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,12 +31,15 @@ jobs: include: - target: x86_64-linux os: ubuntu-latest - - target: arm64-linux + - target: aarch64-linux os: ubuntu-latest - target: x86_64-windows os: ubuntu-latest - - target: x86_64-macos + - target: x86_64-darwin os: macos-latest + # FIXME: build broken + # - target: aarch64-darwin + # os: macos-latest steps: - name: Checkout code uses: actions/checkout@v2 @@ -53,7 +56,7 @@ jobs: - name: Build release archive run: | nix build -L .#${{ matrix.target }} - cp result/bin/himalaya* . + cp result/himalaya* . - name: Upload tgz release archive uses: actions/upload-release-asset@v1 env: