Skip to content

Commit

Permalink
fix: names for macos artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 16, 2024
1 parent f5c45a2 commit 956d3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 956d3ed

Please sign in to comment.