Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangYyang committed Jan 30, 2024
1 parent 5e17117 commit 8f6debb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-dylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: dylib-artifact
name: dylib-artifact-${{ matrix.os }}-${{ matrix.platform }}
path: target/*

build-dylib-win:
Expand Down Expand Up @@ -94,5 +94,5 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: dll-artifact
name: dll-artifact-${{ matrix.os }}-${{ matrix.platform }}
path: target/*

0 comments on commit 8f6debb

Please sign in to comment.