Fix channels.scm path in CI release notes generation

This commit is contained in:
David Wilson 2021-06-23 20:51:50 -07:00 committed by GitHub
parent 92a3e11f82
commit 1d8c40bc7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
- name: Prepare Release Notes
run: |
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
- name: Create Release