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