Fix channels.scm path in CI release notes generation

pull/8/head v202106240555
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
1 changed files with 1 additions and 1 deletions

View File

@ -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