Skip to content

Commit 513e648

Browse files
Fix Path
1 parent 0d23b0a commit 513e648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build EXE with PyInstaller
3333
run: |
34-
python -m PyInstaller --onefile --windowed --name="AWS_EC2_VPN" --distpath=dist Client/main.py
34+
python -m PyInstaller --onefile --windowed --name="ECVPN" --distpath=dist Client/Main.py
3535
3636
- name: Get version from tag
3737
id: get_version

0 commit comments

Comments
 (0)