From 1407c10f54c5c77258ab48beb42e349890962604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=AC=EC=8A=B9=EC=9A=A9?= Date: Wed, 22 Apr 2020 17:59:48 +0900 Subject: [PATCH] no message --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f640d730..616c650a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,5 +82,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: ../../.././release/lsbeat_x86.exe - asset_name: lsbeat_x86.exe + asset_name: lsbeat.exe asset_content_type: application/octet-stream \ No newline at end of file