From f7169855dfb6095f517b1b0ba424ed905fd7f040 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Thu, 14 Sep 2023 11:23:06 -0400 Subject: [PATCH] script name typo --- .github/workflows/build-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index e709a3a8788..5943a478ac8 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -34,7 +34,7 @@ jobs: options: -v ${{ github.workspace }}:/cfgov run: | source scl_source enable rh-python38 - ./call_create.py + ./call_create.sh - name: Upload arifact uses: keithweaver/aws-s3-github-action@v1.0.0