From d6c9a5483c1f5f78ddc534dd8db136704d7e72d9 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Thu, 14 Sep 2023 11:15:14 -0400 Subject: [PATCH] update script name --- .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 53043af5b8f..e709a3a8788 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 - ./_build.sh + ./call_create.py - name: Upload arifact uses: keithweaver/aws-s3-github-action@v1.0.0