Skip to content

Commit fcf39cd

Browse files
committed
fix release workflow
1 parent 6cc06d0 commit fcf39cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
CGO_ENABLED: 0
3939
run: |
4040
make release
41+
- name: Debug Directory Contents
42+
run: |
43+
ls -la .bin/ || echo "Directory .bin/ is empty or does not exist"
4144
- name: Upload Build Artifacts
4245
uses: actions/upload-artifact@v4
4346
with:

0 commit comments

Comments
 (0)