From 91fb8cc8c63d7022f8860788310ff81eb6a32bfe Mon Sep 17 00:00:00 2001 From: Linus_tt <100426634+BrownNPC@users.noreply.github.com> Date: Fri, 3 May 2024 12:48:44 +0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66b9f72..8522812 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Build executable run: | - pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." main.py + pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." pg3d-injector.py - name: Create Release uses: ncipollo/release-action@v1