]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Add (linux) release action. indent
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:45:27 +0000 (15:45 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:45:27 +0000 (15:45 +0200)
.github/workflows/linux-release.yml

index 5103d034af5b2eb1e1244d3c5c688bc0bd27e701..f1a36a749496a5343bb679064dd244d5ead3e5dd 100644 (file)
@@ -48,5 +48,5 @@ jobs:
       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: ./linux.tar.gz
-        asset_name: Linux
+        asset_name: linux.tar.gz
         asset_content_type: application/gzip