From c0464ed7f5b88119bbfe8e60b0f42e535f9f4d1b Mon Sep 17 00:00:00 2001 From: wklesnietamalpa <60750633+wklesnietamalpa@users.noreply.github.com> Date: Sat, 25 May 2024 23:52:20 +0200 Subject: [PATCH 1/2] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 29518c5..633a71b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -39,10 +39,10 @@ jobs: - name: Build Exec run: | pip install pyinstaller - pyinstaller main.py + pyinstaller --name=mex-assistant main.py - name: Saving Artifacts uses: actions/upload-artifact@v2 with: - name: main + name: mex-assistant path: dist/ From b6d50f91466b60305d61b953381952fc8d2a93b9 Mon Sep 17 00:00:00 2001 From: wklesnietamalpa <60750633+wklesnietamalpa@users.noreply.github.com> Date: Sat, 25 May 2024 23:54:48 +0200 Subject: [PATCH 2/2] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 633a71b..93a6917 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -39,7 +39,7 @@ jobs: - name: Build Exec run: | pip install pyinstaller - pyinstaller --name=mex-assistant main.py + pyinstaller --name=mex-assistant --onefile main.py - name: Saving Artifacts uses: actions/upload-artifact@v2 with: