We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de6077 + f1f3243 commit 1c66ebfCopy full SHA for 1c66ebf
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
shell: bash
30
run: |
31
mkdir release
32
+ cp syndiffix.py requirements.txt bin/
33
if [ "${{ matrix.target }}" == "win" ]; then
34
7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/* *.md
35
else
0 commit comments