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

index da145862059df085ce5c6e1a2290abc15f700125..65833ec7d11884f2727109f02a63e5db0ff8c118 100644 (file)
@@ -47,6 +47,6 @@ jobs:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       with:
         upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps 
-        asset_path: ./windows.tar.gz
-        asset_name: windows.tar.gz
+        asset_path: ./windows.zip
+        asset_name: windows.zip
         asset_content_type: application/gzip