Skip to content

Commit

Permalink
Add building and release of CLI executable
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Dec 28, 2023
1 parent d0ca5ee commit e946cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-app/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
export SOURCE_DATE_EPOCH=1674687685
export PYTHONHASHSEED=1674687685
pyinstaller --clean --noconfirm --log-level DEBUG dcspy.spec
pyinstaller --clean --noconfirm --log-level DEBUG dcspy_cli.spec
md5sum dist/*.exe
unset PYTHONHASHSEED
unset SOURCE_DATE_EPOCH
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
prerelease: false
files: |
dcspy_${{ steps.version.outputs.number }}.exe
dcspy_${{ steps.version.outputs.number }}_cli.exe
dcspy-${{ steps.version.outputs.number }}-py3-none-any.whl
dcspy-${{ steps.version.outputs.number }}.tar.gz
Expand Down

0 comments on commit e946cc1

Please sign in to comment.