|
|
@@ -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
|