From e79a94e694b01d7eb009f506aeca5d975de70b82 Mon Sep 17 00:00:00 2001 From: GiaJordan Date: Tue, 17 Dec 2024 14:00:05 -0700 Subject: [PATCH] change script path --- .github/workflows/upload-current-manifests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-current-manifests.yml b/.github/workflows/upload-current-manifests.yml index e8ac074..8df1432 100644 --- a/.github/workflows/upload-current-manifests.yml +++ b/.github/workflows/upload-current-manifests.yml @@ -35,4 +35,4 @@ jobs: - name: Upload all manifests working-directory: current-excel-manifests - run: ./upload_templates.sh \ No newline at end of file + run: ../../tests/upload_templates.sh \ No newline at end of file