From 015041722439088cc517a567bf11f13498ab1c0a Mon Sep 17 00:00:00 2001 From: Emma Date: Wed, 7 May 2025 00:21:37 -0600 Subject: [PATCH] sometimes I am a silly goat --- deno-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"