From ca9d5e1559167e878f0eb91dcc958c73a60f1f93 Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Thu, 14 Nov 2024 14:42:03 +0100 Subject: [PATCH] build: Fix older versions build date in nightly builds index --- .github/workflows/glpi-agent-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/glpi-agent-packaging.yml b/.github/workflows/glpi-agent-packaging.yml index abb36a184..2d5f64806 100644 --- a/.github/workflows/glpi-agent-packaging.yml +++ b/.github/workflows/glpi-agent-packaging.yml @@ -982,7 +982,7 @@ jobs: sha256sum *$VERSION* > glpi-agent-$VERSION.sha256 cd .. fi - read date time tz <<<$(git log -n1 --pretty=%ci -- glpi-agent_${VERSION}_all.deb) + read date time tz <<<$(git log -n1 --pretty=%ci -- glpi-agent/glpi-agent_${VERSION}_all.deb) ./github-nightly-description.sh --version $VERSION --date "$date $time UTC" >>glpi-agent/index.md.new else echo "Removing glpi-agent $VERSION build"