Skip to content

Commit a57f973

Browse files
committed
Updated step names and ref tags
1 parent 0bdc49f commit a57f973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
path: pyinstaller
2020

21-
- name: PyInstaller Binary Upload
21+
- name: Upload PyInstaller Binary to Workflow as Artifact
2222
uses: actions/upload-artifact@v4
2323
with:
2424
name: maigret_standalone_win32
@@ -30,14 +30,14 @@ jobs:
3030
with:
3131
draft: false
3232
prerelease: true
33-
release_name: Windows Release ${{ github.ref }}
34-
tag_name: ${{ github.ref }}
33+
release_name: Windows Release ${{ github.ref_name }}
34+
tag_name: ${{ github.ref_name }}
3535
body: |
36-
This is a development release, tag ${{ github.ref }}.
36+
This is a development release, tag ${{ github.ref_name }}.
3737
env:
3838
GITHUB_TOKEN: ${{ github.token }}
3939

40-
- name: Upload PyInstaller Binary
40+
- name: Upload PyInstaller Binary to Release
4141
uses: actions/upload-release-asset@v1
4242
env:
4343
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)