mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
fix typo
This commit is contained in:
@@ -45,11 +45,11 @@ jobs:
|
||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
extraPullNames: nix-community
|
||||
- name: Build release
|
||||
run: nix build .#cross-${{ matrix.target }}-minimal
|
||||
run: nix build .#cross-${{ matrix.target }}
|
||||
- name: Upload release
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: himalaya-minimal-${{ matrix.target }}
|
||||
name: himalaya-${{ matrix.target }}
|
||||
path: result/bin/himalaya*
|
||||
- name: Upload share folder
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user