From 6e032774c009877679cfd6da3fb3449a3a6cb3bc Mon Sep 17 00:00:00 2001 From: Soxoj Date: Wed, 4 Dec 2024 01:57:41 +0100 Subject: [PATCH] Replace test steps with prod steps --- .github/workflows/pyinstaller.yml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 4b002b2f..b94db13a 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -11,27 +11,16 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: TEST PyInstaller Windows Build - shell: bash - run: | - echo "test" > maigret_standalone_win32 + - name: PyInstaller Windows Build + uses: JackMcKew/pyinstaller-action-windows@main + with: + path: pyinstaller - - name: TEST Upload PyInstaller Binary to Workflow as Artifact + - name: Upload PyInstaller Binary to Workflow as Artifact uses: actions/upload-artifact@v4 with: name: maigret_standalone_win32 - path: maigret_standalone_win32 - - # - name: PyInstaller Windows Build - # uses: JackMcKew/pyinstaller-action-windows@main - # with: - # path: pyinstaller - - # - name: Upload PyInstaller Binary to Workflow as Artifact - # uses: actions/upload-artifact@v4 - # with: - # name: maigret_standalone_win32 - # path: pyinstaller/dist/windows + path: pyinstaller/dist/windows - name: Download PyInstaller Binary uses: actions/download-artifact@v4 @@ -49,7 +38,7 @@ jobs: makeLatest: true replacesArtifacts: true artifacts: maigret_standalone_win32 - name: Windows Release [${{ github.ref_name }}] + name: Development Windows Release [${{ github.ref_name }}] tag: ${{ github.ref_name }} body: | This is a development release, built from the branch **${{ github.ref_name }}**.