Skip to content

Commit

Permalink
fix: debug point
Browse files Browse the repository at this point in the history
  • Loading branch information
sust4in committed Aug 23, 2024
1 parent 64020d0 commit 8531208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8531208

Please sign in to comment.