ci: add CHANGELOG.md in artifacts
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Analyze (c-cpp) (push) Has been cancelled
Build OS / Build OS (push) Has been cancelled

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-06 03:22:30 +00:00
parent 66362ed387
commit 793ccfd5ba
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -175,7 +175,9 @@ ci-build:
sed -i 's/.*OSARCH = .*/OSARCH = amd64/' ./config.mk && cat config.mk | grep OSARCH
# Move all files to artifacts directory
mkdir -p artifacts
mv Fennix-*.iso artifacts/
$(MAKE) changelog
cp -f CHANGELOG.md artifacts/
mv -f Fennix-*.iso artifacts/
changelog:
git cliff > CHANGELOG.md