From b0127e4b9551f66d9d971ec110da62c3bfc9197b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 31 Aug 2022 12:01:54 +0800 Subject: [PATCH] fix: add missing extension for windows executables --- .github/workflows/release-executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-executables.yml b/.github/workflows/release-executables.yml index 06f52cf6d0..1defd80b19 100644 --- a/.github/workflows/release-executables.yml +++ b/.github/workflows/release-executables.yml @@ -108,7 +108,7 @@ jobs: with: upload_url: ${{ steps.get_release.outputs.upload_url }} asset_path: ./scripts/pkg-executable/dist/Noco-win-arm64.exe - asset_name: Noco-win-arm64 + asset_name: Noco-win-arm64.exe asset_content_type: application/octet-stream - name: Upload win-x64 build to asset @@ -118,7 +118,7 @@ jobs: with: upload_url: ${{ steps.get_release.outputs.upload_url }} asset_path: ./scripts/pkg-executable/dist/Noco-win-x64.exe - asset_name: Noco-win-x64 + asset_name: Noco-win-x64.exe asset_content_type: application/octet-stream - name: Upload linux-arm64 build to asset