From: Jérémie Astor Date: Sat, 8 Aug 2020 13:45:27 +0000 (+0200) Subject: :wrench: Add (linux) release action. indent X-Git-Tag: nightly~1381 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=81b03de923d3a92d343420b891196683c5b0ce87;p=gwion.git :wrench: Add (linux) release action. indent --- diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 5103d034..f1a36a74 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -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