Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
👷 Add debug list dir :(
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 17, 2024
1 parent f2aa73d commit df6ab0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@main

- name: Debug
run: |
ls -la
echo "---"
tree -a
- name: Upload to Release
uses: svenstaro/upload-release-action@master
with:
Expand Down

0 comments on commit df6ab0c

Please sign in to comment.