mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci(nix): pin release packages in cachix
Signed-off-by: Seth Flynn <getchoo@tuta.io>
(cherry picked from commit 180292098d)
This commit is contained in:
parent
71dc114a09
commit
f7dbdb79be
1 changed files with 6 additions and 0 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
|
@ -93,5 +93,11 @@ jobs:
|
|||
|
||||
- name: Build release package
|
||||
if: ${{ env.DEBUG == 'false' }}
|
||||
env:
|
||||
TAG: ${{ github.ref_name }}
|
||||
SYSTEM: ${{ matrix.system }}
|
||||
run: |
|
||||
nix build --print-build-logs .#prismlauncher
|
||||
nix build --no-link --print-out-paths .#prismlauncher \
|
||||
| tee -a "$GITHUB_STEP_SUMMARY" \
|
||||
| xargs cachix pin prismlauncher "$TAG"-"$SYSTEM"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue