From 1d8c40bc7b380d22abcb3f133e8422556a5ef26b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 23 Jun 2021 20:51:50 -0700 Subject: [PATCH] Fix channels.scm path in CI release notes generation --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a943c3a..562092c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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