Relocate from top level

No need to clutter up the root directory of the project.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-08-17 08:28:33 +02:00
committed by Tobias Waldekranz
parent 58525325b9
commit b1720f7f77
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
- uses: actions/download-artifact@v3
- name: Extract ChangeLog entry ...
run: |
awk '/-----*/{if (x == 1) exit; x=1;next}x' ChangeLog.md \
awk '/-----*/{if (x == 1) exit; x=1;next}x' doc/ChangeLog.md \
|head -n -1 > release.md
cat release.md
- uses: ncipollo/release-action@v1
View File
View File