Skip to content

Commit

Permalink
Updated step names and ref tags
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Dec 3, 2024
1 parent 0bdc49f commit a57f973
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
path: pyinstaller

- name: PyInstaller Binary Upload
- name: Upload PyInstaller Binary to Workflow as Artifact
uses: actions/upload-artifact@v4
with:
name: maigret_standalone_win32
Expand All @@ -30,14 +30,14 @@ jobs:
with:
draft: false
prerelease: true
release_name: Windows Release ${{ github.ref }}
tag_name: ${{ github.ref }}
release_name: Windows Release ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
body: |
This is a development release, tag ${{ github.ref }}.
This is a development release, tag ${{ github.ref_name }}.
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload PyInstaller Binary
- name: Upload PyInstaller Binary to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a57f973

Please sign in to comment.