mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 14:34:33 +00:00
Updated workflow (#1930)
This commit is contained in:
@@ -40,15 +40,16 @@ jobs:
|
|||||||
artifacts: maigret_standalone.exe
|
artifacts: maigret_standalone.exe
|
||||||
name: Development Windows Release [${{ github.ref_name }}]
|
name: Development Windows Release [${{ github.ref_name }}]
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
if: github.ref_name == 'dev'
|
|
||||||
body: |
|
body: |
|
||||||
This is a development release built from the **dev** branch.
|
This is a development release built from the **${{ github.ref_name }}** branch.
|
||||||
It exists for the debugging purposes, so it may be unstable.
|
|
||||||
|
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.
|
Please, use [the development release](https://github.com/soxoj/maigret/releases/tag/main) build from the **main** branch.
|
||||||
else: |
|
|
||||||
body: |
|
Instructions:
|
||||||
This is a development release built from the **main** branch.
|
- Download the attached file `maigret_standalone.exe` to get the Windows executable.
|
||||||
Download the attached file `maigret_standalone.exe` to get the Windows executable.
|
- Video guide on how to run it: https://youtu.be/qIgwTZOmMmM
|
||||||
Video guide: https://youtu.be/qIgwTZOmMmM
|
- For detailed documentation, visit: https://maigret.readthedocs.io/en/latest/
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user