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