]> 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:29:55 +0000 (15:29 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 13:29:55 +0000 (15:29 +0200)
.github/workflows/linux-release.yml

index 8be6e0437cb0c77722fcfea2c415dbc688d0cee1..c5d5b416a998650bb8c8d4a86d478e66fe27f144 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: ./gwion.tar.gz
+        asset_path: ./linux.tar.gz
         asset_name: Linux
         asset_content_type: application/gzip