Skip to content

Commit 54fe550

Browse files
committed
rename bash script
1 parent 0067a3a commit 54fe550

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -55,7 +55,7 @@ jobs:
5555
-e CC=${{ matrix.platform.cc }} \
5656
-e CXX=${{ matrix.platform.cxx }} \
5757
svs-${{ matrix.platform.name }}:latest \
58-
/bin/bash -c "chmod +x docker/x86_64/build-svs-shared-static.sh && ./docker/x86_64//build-svs-shared-static.sh"
58+
/bin/bash -c "chmod +x docker/x86_64/build-cpp-runtime-bindings.sh && ./docker/x86_64/build-cpp-runtime-bindings.sh"
5959
6060
- name: Upload cpp runtime bindings artifacts
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)