mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Updated step names and ref tags
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: pyinstaller
|
path: pyinstaller
|
||||||
|
|
||||||
- name: PyInstaller Binary Upload
|
- name: Upload PyInstaller Binary to Workflow as Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: maigret_standalone_win32
|
name: maigret_standalone_win32
|
||||||
@@ -30,14 +30,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
release_name: Windows Release ${{ github.ref }}
|
release_name: Windows Release ${{ github.ref_name }}
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref_name }}
|
||||||
body: |
|
body: |
|
||||||
This is a development release, tag ${{ github.ref }}.
|
This is a development release, tag ${{ github.ref_name }}.
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Upload PyInstaller Binary
|
- name: Upload PyInstaller Binary to Release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user