Skip to content

Commit

Permalink
CI: Fix for duplicate name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Sep 29, 2024
1 parent d828daf commit 57f1282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: "MacOs-build"
name: "MacOs-build-arm64"
path: "/Users/runner/work/ledu/ledu/dist/"

Build_Macos_Intel:
Expand Down Expand Up @@ -147,5 +147,5 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: "MacOs-build"
name: "MacOs-build-x86_64"
path: "/Users/runner/work/ledu/ledu/dist/"

0 comments on commit 57f1282

Please sign in to comment.