From 003247453b026ff966994005abec681e0b09b492 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Wed, 4 Dec 2024 01:11:49 +0100 Subject: [PATCH] Merge steps in one --- .github/workflows/pyinstaller.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index f7338ea..8769d13 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -32,9 +32,7 @@ jobs: # with: # name: maigret_standalone_win32 # path: pyinstaller/dist/windows - release: - runs-on: ubuntu-latest - steps: + - name: Download PyInstaller Binary uses: actions/download-artifact@v4 with: