Skip to content

Commit

Permalink
add debug ls command for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Jul 10, 2024
1 parent a604c34 commit e1aa4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create Release Zip
run: |
git archive --format=zip --output=release-${GITHUB_REF#refs/tags/}.zip release-${GITHUB_REF#refs/tags/}
ls
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit e1aa4f7

Please sign in to comment.