mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
adjust crossSystem condition
This commit is contained in:
@@ -36,13 +36,8 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
extraPullNames: nix-community
|
||||
- name: Build release
|
||||
if: ${{ matrix.target }} != ""
|
||||
run: |
|
||||
nix-build --arg crossSystem '{ config = "${{ matrix.target }}"; }'
|
||||
- name: Build release
|
||||
if: ${{ matrix.target }} == ""
|
||||
run: |
|
||||
nix-build
|
||||
- name: Upload release artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user