From 81b03de923d3a92d343420b891196683c5b0ce87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 8 Aug 2020 15:45:27 +0200 Subject: [PATCH] :wrench: Add (linux) release action. indent --- .github/workflows/linux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0