diff --git a/deno-release/action.yml b/deno-release/action.yml index 2c56b5f..10854f4 100644 --- a/deno-release/action.yml +++ b/deno-release/action.yml @@ -17,4 +17,4 @@ runs: - name: Run release script shell: bash - run: curl -sS https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/deno-release/release.sh | bash -s "${{ inputs.entrypoint }}" "${{ inputs.compile-flags }}" + run: curl -sS https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/deno-release/entrypoint.sh | bash -s "${{ inputs.entrypoint }}" "${{ inputs.compile-flags }}"