Skip to content

Commit e9653c2

Browse files
Include License, Changelog and Readme files in release archive.
1 parent ccc485e commit e9653c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: |
3131
mkdir release
3232
if [ "${{ matrix.target }}" == "win" ]; then
33-
7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/*
33+
7z a -tzip release/syndiffix_win_${{ github.ref_name }}.zip bin/* *.md
3434
else
35-
tar czvf release/syndiffix_${{ matrix.target }}_${{ github.ref_name }}.tar.gz bin/*
35+
tar czvf release/syndiffix_${{ matrix.target }}_${{ github.ref_name }}.tar.gz bin/* *.md
3636
fi
3737
- name: Release
3838
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)