Fix channels.scm path in CI release notes generation
This commit is contained in:
parent
92a3e11f82
commit
1d8c40bc7b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Prepare Release Notes
|
- name: Prepare Release Notes
|
||||||
run: |
|
run: |
|
||||||
echo $'This installer image was prepared with the following channel configuration:\r\n\r\n```\r\n' > release-notes.md
|
echo $'This installer image was prepared with the following channel configuration:\r\n\r\n```\r\n' > release-notes.md
|
||||||
cat channels.scm >> release-notes.md
|
cat ./guix/channels.scm >> release-notes.md
|
||||||
echo $'\r\n```' >> release-notes.md
|
echo $'\r\n```' >> release-notes.md
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
Loading…
Reference in a new issue