Skip to content

Commit 0f41e31

Browse files
committed
Fix last actions issue
1 parent a10aee8 commit 0f41e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: ${{matrix.config.name}}-${{matrix.version.name}}
61-
path: ${{github.workspace}}/build/*TestPlugin*
61+
path: ${{github.workspace}}/build/*NativePredicateSolver*

0 commit comments

Comments
 (0)