Skip to content

Commit

Permalink
fix release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 20, 2024
1 parent a389434 commit 8d0f013
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8d0f013

Please sign in to comment.