From ab1cdcae3e9be07d72a27e6a346b2641c05c3ec9 Mon Sep 17 00:00:00 2001 From: karminski Date: Sat, 5 Oct 2024 14:13:58 +0800 Subject: [PATCH] SEPRATE atrifact name --- .github/workflows/release.yml | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 881fe59..3d9d8b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,23 +22,23 @@ jobs: include: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - artifact_name: core-to-core-latency-plus + artifact_name: core-to-core-latency-plus-linux-amd64 asset_name: core-to-core-latency-plus-linux-amd64 # - os: ubuntu-latest # target: aarch64-unknown-linux-gnu - # artifact_name: core-to-core-latency-plus + # artifact_name: core-to-core-latency-plus-linux-arm64 # asset_name: core-to-core-latency-plus-linux-arm64 - os: windows-latest target: x86_64-pc-windows-msvc - artifact_name: core-to-core-latency-plus.exe + artifact_name: core-to-core-latency-plus-windows-amd64.exe asset_name: core-to-core-latency-plus-windows-amd64.exe - os: macos-latest target: x86_64-apple-darwin - artifact_name: core-to-core-latency-plus + artifact_name: core-to-core-latency-plus-macos-amd64 asset_name: core-to-core-latency-plus-macos-amd64 # - os: macos-latest # target: aarch64-apple-darwin - # artifact_name: core-to-core-latency-plus + # artifact_name: core-to-core-latency-plus-macos-arm64 # asset_name: core-to-core-latency-plus-macos-arm64 steps: diff --git a/Cargo.toml b/Cargo.toml index 3970a93..b754e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Karminski "] repository = "https://github.com/KCORES/core-to-core-latency-plus" license = "MIT" readme = "README-en-us.md" -version = "0.1.14" +version = "0.1.15" edition = "2021" exclude = ["/results"]