Skip to content

Commit b7f992d

Browse files
committed
debug
1 parent 6e206dc commit b7f992d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
with:
4646
path: binaries
4747

48+
49+
- name: deubg ls binaries
50+
shell: bash
51+
run: |
52+
ls -la binaries
53+
4854
- name: Release
4955
uses: softprops/action-gh-release@v1
5056
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)