Skip to content

Commit

Permalink
fix: fail if build is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jul 9, 2024
1 parent d571f41 commit d378d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-cache-unstable-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
name: autofirma-nix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake metadata --update-input nixpkgs
- run: nix build --json .#autofirma .#configuradorfnmt .#dnieremote
- run: nix build --json .#autofirma .#configuradorfnmt .#dnieremote | jq -r '.[].outputs | to_entries[].value' | cachix push autofirma-nix

0 comments on commit d378d3d

Please sign in to comment.