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.
1 parent ccc485e commit e9653c2Copy full SHA for e9653c2
.github/workflows/release.yml
@@ -30,9 +30,9 @@ jobs:
30
run: |
31
mkdir release
32
if [ "${{ matrix.target }}" == "win" ]; then
33
- 7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/*
+ 7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/* *.md
34
else
35
- tar czvf release/syndiffix_${{ matrix.target }}_${{ github.ref_name }}.tar.gz bin/*
+ tar czvf release/syndiffix_${{ matrix.target }}_${{ github.ref_name }}.tar.gz bin/* *.md
36
fi
37
- name: Release
38
uses: softprops/action-gh-release@v1
0 commit comments