Skip to content

Commit

Permalink
SEPRATE atrifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Oct 5, 2024
1 parent b9c4eb2 commit ab1cdca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Karminski <[email protected]>"]
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"]

Expand Down

0 comments on commit ab1cdca

Please sign in to comment.