From 1954289a046bfccaea047b65a7c64bb1af9f3987 Mon Sep 17 00:00:00 2001 From: Ohto-Ai Date: Thu, 20 Apr 2023 01:52:12 +0800 Subject: [PATCH] Change release name --- .github/workflows/ci_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yaml b/.github/workflows/ci_release.yaml index b787e7b..e1e84c0 100644 --- a/.github/workflows/ci_release.yaml +++ b/.github/workflows/ci_release.yaml @@ -43,7 +43,7 @@ jobs: cmake --build build --config Release --target package -j8 else package_path=$bin_path - asset_name="$bin_name_${{ matrix.os }}_${{ github.ref_name }}" + asset_name="${bin_name}_${{ matrix.os }}_${{ github.ref_name }}" fi echo "package_name=$bin_name" >> $GITHUB_OUTPUT