From c9ab90547f67c725f4dcf3a6ac213eaf5857f1f1 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 21 Jul 2024 13:01:03 +0100 Subject: [PATCH] Fix installer workflow short rev --- .gitea/workflows/installer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/installer.yaml b/.gitea/workflows/installer.yaml index 1dbdfee..0dc70b3 100644 --- a/.gitea/workflows/installer.yaml +++ b/.gitea/workflows/installer.yaml @@ -24,6 +24,10 @@ jobs: extra-substituters = https://nix-cache.nul.ie extra-trusted-public-keys = nix-cache.nul.ie-1:BzH5yMfF4HbzY1C977XzOxoPhEc9Zbu39ftPkUbH+m4= + - name: Set up vars + id: setup + run: | + echo "short_rev=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - name: Build installer ISO run: | nix build .#nixfiles.config.nixos.systems.installer.configuration.config.my.buildAs.iso