Skip to content

Commit cbcfdae

Browse files
cicd: Create clients-bulder #TASK-7612
1 parent 6017cdf commit cbcfdae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-build-javascript-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-buildx-action@v3
1616
- name: Build R client
1717
run: |
18-
./build_clients.sh --skip-r --skip-python
18+
./build_clients.sh --skip-rclient --skip-python
1919
- name: Upload built javascript client package as artifact
2020
uses: actions/upload-artifact@v4
2121
with:

.github/workflows/reusable-build-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-buildx-action@v3
1616
- name: Build R client
1717
run: |
18-
./build_clients.sh --skip-r --skip-javascript
18+
./build_clients.sh --skip-rclient --skip-javascript
1919
- uses: actions/upload-artifact@v4
2020
with:
2121
name: build-folder

0 commit comments

Comments
 (0)