Skip to content

Commit 7f494ad

Browse files
committed
Update version in build-exe-and-publish.yml
1 parent 61adc67 commit 7f494ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-exe-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version_file_path = 'version_info.txt'
4040
version = pyinstaller_versionfile.create_versionfile(
4141
output_file=version_file_path,
42-
version='',
42+
version='${{ github.event.inputs.tag }}',
4343
company_name='Aholicknight',
4444
file_description='A save editor for the game Cruelty Squad',
4545
internal_name='Cruelty Squad Save Editor',

0 commit comments

Comments
 (0)