From ed34d576057d789f7704a26612bd105e392cebd4 Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Sat, 16 Sep 2023 15:29:09 +0200 Subject: [PATCH] [FIX] gh action --- .github/workflows/publish.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 84b0dcc..e279dbf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,12 +31,11 @@ jobs: python3 -m pip install -U pip setuptools wheel twine pip3 install . - - name: Package Application - uses: JackMcKew/pyinstaller-action-linux@main + - name: Create Executable + uses: sayyid5416/pyinstaller@v1 with: - path: './' - - - uses: actions/upload-artifact@v2 - with: - name: 'rofi-notion' - path: ./dist/linux + python_ver: '3.8' + spec: 'rofi-notion.spec' + upload_exe_with_name: 'rofi-notion' + options: --onefile, --name "rofi-notion", --console, + \ No newline at end of file