move script file

This commit is contained in:
Alek Westover
2023-07-10 13:13:01 -04:00
parent d33bfb130d
commit 4b96e19e44
2 changed files with 1 additions and 1 deletions

View File

@@ -971,7 +971,7 @@ jobs:
docker cp -r ${{ steps.create-container.outputs.EID }}:/extensions ./extensions-to-upload
docker cp -r ${{ steps.create-container.outputs.EID }}:/control_files ./control_files
python3 combine_control_files.py
python3 /scripts/combine_control_files.py
- name: Upload postgres-extensions to S3
run: |