Skip to content

Commit

Permalink
build: Fix older versions build date in nightly builds index
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 14, 2024
1 parent 6878bae commit ca9d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca9d5e1

Please sign in to comment.