Skip to content

Commit

Permalink
Merge pull request #20 from diffix/edon/release
Browse files Browse the repository at this point in the history
Add python files to bin during release
  • Loading branch information
edongashi authored Jul 28, 2023
2 parents 9de6077 + f1f3243 commit 1c66ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
shell: bash
run: |
mkdir release
cp syndiffix.py requirements.txt bin/
if [ "${{ matrix.target }}" == "win" ]; then
7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/* *.md
else
Expand Down

0 comments on commit 1c66ebf

Please sign in to comment.