From 7c07e9bd262b4c08c3b608e8869ace9ea06c2ac0 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Tue, 17 Oct 2023 07:38:33 -0400 Subject: [PATCH] Added workingDirectory setting to s3-deploy --- .github/workflows/researcher-reports.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/researcher-reports.yml b/.github/workflows/researcher-reports.yml index 753bb3e..a89f008 100644 --- a/.github/workflows/researcher-reports.yml +++ b/.github/workflows/researcher-reports.yml @@ -85,6 +85,7 @@ jobs: with: bucket: models-resources prefix: researcher-reports + workingDirectory: ./researcher-reports awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }} awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # Parameters to GHActions have to be strings, so a regular yaml array cannot