From 59171d27789aea014ea81afab275da2eebba5948 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:05:31 +0100 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 3cf108e..ffc0942 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,24 +1,19 @@ -name: Package exe with PyInstaller - Windows - +name: Package exe with PyInstaller on: push: branches: [ main ] pull_request: branches: [ main ] - jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - - name: PyInstaller - uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 + - name: Package application + uses: JackMcKew/pyinstaller-action-linux@main with: path: . - - uses: actions/upload-artifact@v2 with: - name: my-exe - path: src/dist + name: stacosys + path: dist/linux