Skip to content

Commit 883266f

Browse files
committed
Actually fix upload path
1 parent d5d6956 commit 883266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cpp-runtime-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Download shared libraries
8787
uses: actions/download-artifact@v4
8888
with:
89-
name: svs-cpp-runtime-bindings${{ matrix.platform.suffix }}.tar.gz
89+
name: svs-cpp-runtime-bindings${{ matrix.platform.suffix }}
9090
path: runtime_lib
9191

9292
- name: List available artifacts

0 commit comments

Comments
 (0)