Skip to content

Commit

Permalink
ci: more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Dec 29, 2023
1 parent 4820c8b commit e79a830
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
path: artifacts/win-x86

- name: Debug
run: ls -la
run: |
ls -la
cd artifacts
ls -la
- name: Semantic release
uses: glzr-io/actions/semantic-release@main
Expand Down

0 comments on commit e79a830

Please sign in to comment.