Skip to content

Rework (#51)

Rework (#51) #24

Workflow file for this run

name: "Push Playit Binary to Cachix"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "flake.lock"
jobs:
upload-cachix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: playit-nixos-module
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build .#playit-cli --accept-flake-config --print-out-paths