mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
ci: add CHANGELOG.md in artifacts
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
66362ed387
commit
793ccfd5ba
4
Makefile
4
Makefile
@ -175,7 +175,9 @@ ci-build:
|
|||||||
sed -i 's/.*OSARCH = .*/OSARCH = amd64/' ./config.mk && cat config.mk | grep OSARCH
|
sed -i 's/.*OSARCH = .*/OSARCH = amd64/' ./config.mk && cat config.mk | grep OSARCH
|
||||||
# Move all files to artifacts directory
|
# Move all files to artifacts directory
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
mv Fennix-*.iso artifacts/
|
$(MAKE) changelog
|
||||||
|
cp -f CHANGELOG.md artifacts/
|
||||||
|
mv -f Fennix-*.iso artifacts/
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
git cliff > CHANGELOG.md
|
git cliff > CHANGELOG.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user