Skip to content

Commit 1c66ebf

Browse files
authored
Merge pull request #20 from diffix/edon/release
Add python files to bin during release
2 parents 9de6077 + f1f3243 commit 1c66ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
shell: bash
3030
run: |
3131
mkdir release
32+
cp syndiffix.py requirements.txt bin/
3233
if [ "${{ matrix.target }}" == "win" ]; then
3334
7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/* *.md
3435
else

0 commit comments

Comments
 (0)