Skip to content

Commit

Permalink
Update library names in build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Dec 26, 2023
1 parent 6b3ab9e commit 0f06510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
./libhelloworld.so
./libsearchonweb.so
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
./libhelloworld.dylib
./libsearchonweb.dylib
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
./release/helloworld.dll
./release/searchonweb.dll

0 comments on commit 0f06510

Please sign in to comment.