Skip to content

Commit

Permalink
In the GitHub Actions workflow, the name of the command-line interfac…
Browse files Browse the repository at this point in the history
…e (CLI) executable has been changed. This updated naming convention helps to improve clarity and avoid confusion during the releasing process.
  • Loading branch information
emcek committed Dec 28, 2023
1 parent e946cc1 commit e74c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
prerelease: false
files: |
dcspy_${{ steps.version.outputs.number }}.exe
dcspy_${{ steps.version.outputs.number }}_cli.exe
dcspy_cli_${{ steps.version.outputs.number }}.exe
dcspy-${{ steps.version.outputs.number }}-py3-none-any.whl
dcspy-${{ steps.version.outputs.number }}.tar.gz
Expand Down

0 comments on commit e74c929

Please sign in to comment.