mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 23:54:34 +02:00
ci(nix): pin release packages in cachix
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
76bec385d6
commit
180292098d
9
.github/workflows/nix.yml
vendored
9
.github/workflows/nix.yml
vendored
@ -95,7 +95,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build release package
|
- name: Build release package
|
||||||
if: ${{ env.DEBUG == 'false' }}
|
if: ${{ env.DEBUG == 'false' }}
|
||||||
|
env:
|
||||||
|
TAG: ${{ github.ref_name }}
|
||||||
|
SYSTEM: ${{ matrix.system }}
|
||||||
run: |
|
run: |
|
||||||
nix build \
|
nix build --no-link --print-out-paths .#prismlauncher \
|
||||||
--no-link --print-build-logs --print-out-paths \
|
| tee -a "$GITHUB_STEP_SUMMARY" \
|
||||||
.#prismlauncher >> "$GITHUB_STEP_SUMMARY"
|
| xargs cachix pin prismlauncher "$TAG"-"$SYSTEM"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user