diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 6d0ee8b..e7f979e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -40,7 +40,8 @@ jobs: shell: bash run: | 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 id: "push-to-cachix" if: success()