diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0106e91..3af5222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,9 @@ jobs: tar -czvf dist/codethreat-cli-${{ needs.bump_version.outputs.revision }}-${{ matrix.architecture }}-${{ matrix.os }}.tar.gz -C dist codethreat-cli shell: bash + - name: List files in dist directory + run: ls -lR . + - name: Add changelog to artifacts run: | cp changelog-${{ needs.bump_version.outputs.revision }}.md dist/