]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: zip windows release
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 18 Feb 2021 19:40:26 +0000 (20:40 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 18 Feb 2021 19:40:26 +0000 (20:40 +0100)
.github/workflows/windows-release.yml

index c732bff5feca1d0ed0225ae6e1661b36157cefea..da145862059df085ce5c6e1a2290abc15f700125 100644 (file)
@@ -38,7 +38,7 @@ jobs:
         prerelease: false       
 
     - name: Compress
-      run: tar -czvf windows.tar.gz ./gwion.exe
+      run: zip ./gwion.exe windows.zip
 
     - name: Upload Release Asset
       id: upload-release-asset