Skip to content

Commit 33239cb

Browse files
committed
build: Fix GH Actions script for nightly build
1 parent faeb129 commit 33239cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/glpi-agent-packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ jobs:
933933
cd ..
934934
fi
935935
read date time tz <<<$(git log -n1 --pretty=%ci -- glpi-agent_${VERSION}_all.deb)
936-
./github-nightly-description.sh --version $VERSION --date "$date $time UTC" >>index.md.new
936+
./github-nightly-description.sh --version $VERSION --date "$date $time UTC" >>glpi-agent/index.md.new
937937
else
938938
echo "Removing glpi-agent $VERSION build"
939939
git filter-branch --prune-empty -f --index-filter "git rm --cached --ignore-unmatch *$VERSION*" HEAD

0 commit comments

Comments
 (0)