Skip to content

Commit 5c4b0ef

Browse files
committed
debug binary
1 parent 3504c1d commit 5c4b0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Build Executable Binary
2727
run: |
2828
pyinstaller check.py
29+
ls -a dist
2930
- name: Upload binaries to release
3031
uses: svenstaro/upload-release-action@v2
3132
with:
3233
repo_token: ${{ secrets.PAT }}
3334
file: dist/*
3435
file_glob: true
35-
asset_name: greet
3636
tag: ${{ github.ref }}
3737
overwrite: true

0 commit comments

Comments
 (0)