diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 291a48f..f52f0b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,10 +67,10 @@ jobs: - run: sha256sum * | tee -a CHANGES.md - run: echo '```' | tee -a CHANGES.md - run: echo "" | tee -a CHANGES.md - - run: echo '```' | tee -a changelog.txt - - run: file * | tee -a changelog.txt - - run: echo '```' | tee -a changelog.txt - - run: echo "" | tee -a changelog.txt + - run: echo '```' | tee -a CHANGES.md + - run: file * | tee -a CHANGES.md + - run: echo '```' | tee -a CHANGES.md + - run: echo "" | tee -a CHANGES.md - name: Upload artifacts uses: ncipollo/release-action@v1 with: