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