Skip to content

Commit

Permalink
chore: Adds debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaa committed Mar 27, 2024
1 parent 7b38ac5 commit fba419e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
- name: Debug
run: ls -al
- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fba419e

Please sign in to comment.