We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beece53 commit e261370Copy full SHA for e261370
.github/workflows/build.yml
@@ -674,6 +674,7 @@ jobs:
674
if: matrix.registry != 'test/registry'
675
env:
676
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
677
+ IS_DEB_TEST: 'true'
678
run: |
679
mkdir -p deb_test
680
cp stackql_${{env.BUILDMAJORVERSION}}.${{env.BUILDMINORVERSION}}.${{env.BUILDPATCHVERSION}}_amd64.deb deb_test/
@@ -1015,6 +1016,13 @@ jobs:
1015
1016
with:
1017
name: stackql_linux_amd64
1018
path: build
1019
+
1020
+ - name: Download MCP Client Artifact
1021
+ # uses: actions/download-artifact@v3
1022
+ uses: actions/[email protected]
1023
+ with:
1024
+ name: stackql_mcp_client_linux_amd64
1025
+ path: build
1026
1027
- name: Setup WSL with dependencies
1028
# uses: Vampire/setup-wsl@v1
0 commit comments