Skip to content

Commit

Permalink
Fix human-readable descriptions for release artifacts. (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Dec 21, 2023
1 parent 5da7624 commit 97fdb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: Compress-Archive .\dist\${{ matrix.dist_file_name }} .\dist\${{ matrix.dist_file_name }}.zip

- name: Publish the executable
run: gh release upload ${{ github.event.release.tag_name }} './dist/${{ matrix.dist_file_name }}.zip' '%#%${{ matrix.dist_file_description }} (${{ matrix.dist_file_name }})' --clobber
run: gh release upload ${{ github.event.release.tag_name }} './dist/${{ matrix.dist_file_name }}.zip' --clobber
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97fdb50

Please sign in to comment.