From 956d3edf745be33aefe27cc58cc92e6f5b94b624 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Fri, 15 Nov 2024 16:52:20 -0800 Subject: [PATCH] fix: names for macos artifacts --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 461f6d5..520e619 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -81,10 +81,10 @@ jobs: - name: Archive macOS Apple Silicon Results uses: actions/upload-artifact@v4 with: - name: git-lfs-synology.osx-x64 + name: git-lfs-synology.osx-aarch64 path: ./target/aarch64-apple-darwin/release/git-lfs-synology - name: Archive macOS Universal Results uses: actions/upload-artifact@v4 with: - name: git-lfs-synology.osx-x64 + name: git-lfs-synology.osx-universal path: ./target/universal-apple-darwin/release/git-lfs-synology