Skip to content

Commit de54343

Browse files
authored
Clean publish script (#26)
* Use matrix include over inferring value * Fix name
1 parent 53351a6 commit de54343

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build binary
5959
run: |
6060
echo "__version__ = \"$REF_NAME\"" > app/version.py
61-
pyinstaller --onefile main.py --name $BINARY_NAME
61+
pyinstaller --onefile main.py --name $FILENAME
6262
6363
- name: Create GitHub Release
6464
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)