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

index 98778dd3a7c82d9f22a1a74eb223db0f1167239e..4021b57931272dcc6b930209f3fbaf12f4874185 100644 (file)
@@ -37,8 +37,8 @@ jobs:
         draft: false                                                                                                                                                                      
         prerelease: false       
 
-    - name: Compress
-      run: 7za windows.zip gwion.exe
+#    - name: Compress
+#      run: 7za windows.zip gwion.exe
 
     - name: Upload Release Asset
       id: upload-release-asset 
@@ -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.zip
-        asset_name: windows.zip
+        asset_path: ./gwion.exe
+        asset_name: gwion-for-windows.exe
         asset_content_type: application/octet-stream