From b8149a8beb1da08f60c2d5e637f03d7660d9c867 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 18 Jan 2025 17:21:59 +1100 Subject: [PATCH] ci: add packages path to cachix workflow --- .github/workflows/cachix.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index b2a6897..e330187 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -1,6 +1,7 @@ -name: "cache" +name: Build Packages on: push: + paths: - outputs/pkgs/* branches: - main jobs: @@ -8,13 +9,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v24 - - uses: cachix/cachix-action@v12 + - uses: cachix/install-nix-action@v25 + - uses: cachix/cachix-action@v14 with: name: ooknet authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Build packages - run: | + run: nix build .#ook-vim \ .#live-buds-cli \ .#caddy-with-cloudflare \