Skip to content

Commit ed96c66

Browse files
committed
Fix type
1 parent de88cb1 commit ed96c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Build binary
7979
env:
80-
BINARY_NAME: ${{ steps.binary-name.output.binary }}
80+
BINARY_NAME: ${{ steps.binary-name.outputs.binary }}
8181
run: |
8282
echo $BINARY_NAME
8383
pyinstaller --onefile main.py --name $BINARY_NAME

0 commit comments

Comments
 (0)