dumb
This commit is contained in:
parent
bd32db06c1
commit
d2389e2c3d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -o pipefail
|
||||
DRVOUT=nix build .#deploy-json.${{ matrix.system }} --print-out-paths
|
||||
DRVOUT=$(nix build .#deploy-json.${{ matrix.system }} --print-out-paths)
|
||||
echo "DRVOUT=$DRVOUT" >> $GITHUB_ENV
|
||||
- name: Push cache for ${{ matrix.name }} to cachix
|
||||
id: "push-to-cachix"
|
||||
|
|
Loading…
Reference in a new issue