File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments