Update release.yml

This commit is contained in:
Peter Dimov 2022-11-14 19:03:07 +02:00
parent 6df9e61d1a
commit b59035b953

View file

@ -21,9 +21,11 @@ jobs:
rm -rf ${{ github.ref_name }}/.git
zip -q ${{ github.ref_name }}.zip -r ${{ github.ref_name }}
tar -czf ${{ github.ref_name }}.tar.gz ${{ github.ref_name }}
tar -cJf ${{ github.ref_name }}.tar.xz ${{ github.ref_name }}
- uses: softprops/action-gh-release@v1
with:
files: |
../${{ github.ref_name }}.zip
../${{ github.ref_name }}.tar.gz
../${{ github.ref_name }}.tar.xz