From 0ba59b14879aaf5285c80ff2b70153c067521ac2 Mon Sep 17 00:00:00 2001 From: GiaJordan Date: Tue, 17 Dec 2024 14:08:40 -0700 Subject: [PATCH] update file 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..8772022 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