Skip to content

Commit

Permalink
Avoid multiple artifacts with the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
tabe committed Jan 5, 2025
1 parent 8232bd9 commit 30427f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "UPLOAD_PATH=$(readlink -f result)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: result
name: result-on-ubuntu-latest
path: ${{ env.UPLOAD_PATH }}
build-on-macos-latest:
runs-on: macos-latest
Expand All @@ -31,5 +31,5 @@ jobs:
run: echo "UPLOAD_PATH=$(readlink -f result)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: result
name: result-on-macos-latest
path: ${{ env.UPLOAD_PATH }}

0 comments on commit 30427f7

Please sign in to comment.