From d78aa0283345396d62a1c0ac121b3974dea48915 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:52:27 +0100 Subject: [PATCH] Updated workflow (#1930) --- .github/workflows/pyinstaller.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 614376a..d420467 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -40,15 +40,16 @@ jobs: artifacts: maigret_standalone.exe name: Development Windows Release [${{ github.ref_name }}] tag: ${{ github.ref_name }} - if: github.ref_name == 'dev' body: | - This is a development release built from the **dev** branch. - It exists for the debugging purposes, so it may be unstable. + This is a development release built from the **${{ github.ref_name }}** branch. + + Take into account that `dev` releases may be unstable. Please, use [the development release](https://github.com/soxoj/maigret/releases/tag/main) build from the **main** branch. - else: | - body: | - This is a development release built from the **main** branch. - Download the attached file `maigret_standalone.exe` to get the Windows executable. - Video guide: https://youtu.be/qIgwTZOmMmM + + Instructions: + - Download the attached file `maigret_standalone.exe` to get the Windows executable. + - Video guide on how to run it: https://youtu.be/qIgwTZOmMmM + - For detailed documentation, visit: https://maigret.readthedocs.io/en/latest/ + env: GITHUB_TOKEN: ${{ github.token }}