fix: master package step to include server artifacts for pg and mongo

This commit is contained in:
Abhijeet 2024-09-24 18:31:05 +05:30 committed by GitHub
commit 8493b7ca0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -435,6 +435,12 @@ jobs:
scripts/generate_info_json.sh
fi
- name: Place server artifacts-es
run: |
if [[ -f scripts/prepare_server_artifacts.sh ]]; then
scripts/prepare_server_artifacts.sh
fi
- name: Set up Depot CLI
uses: depot/setup-action@v1