Skip to content

Commit

Permalink
Updated create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Dec 4, 2024
1 parent bc8f23b commit 0807a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
# test change

- name: Create New Release
uses: actions/create-release@v1
uses: ncipollo/release-action@v1.14.0
id: create_release
with:
draft: false
prerelease: true
release_name: Windows Release [${{ github.ref_name }}]
tag_name: ${{ github.ref_name }}-${{ github.run_number }}
tag: ${{ github.ref_name }}-${{ github.run_number }}
body: |
This is a development release, built from the branch **${{ github.ref_name }}**.
Download the attached file "maigret_standalone_win32.zip" to get the Windows executable.
Expand Down

0 comments on commit 0807a02

Please sign in to comment.