fix
This commit is contained in:
parent
03598371c0
commit
5398a49a96
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
DRVOUT=$(nix build ".#deploy-json.${{ matrix.system }}" --print-out-paths)
|
DRVOUT=$(nix build ".#deploy-json.${{ matrix.system }}" --print-out-paths)
|
||||||
::set-output name=build_output::$DRVOUT
|
echo "::set-output name=build_output::$DRVOUT"
|
||||||
- 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