Răsfoiți Sursa

Update release.yml

Peter Dimov 3 ani în urmă
părinte
comite
b59035b953
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/release.yml

+ 2 - 0
.github/workflows/release.yml

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

粤ICP备19079148号