depoopifying release thingy

This commit is contained in:
2025-05-06 23:52:14 -06:00
parent 32d800f17f
commit 5d53584cda

View File

@@ -17,6 +17,4 @@ runs:
- name: Run release script - name: Run release script
shell: bash shell: bash
run: | run: curl -sS https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/deno-release/release.sh | bash -s "${{ inputs.entrypoint }}" "${{ inputs.compile-flags }}"
chmod +x ./deno-release/release.sh
./deno-release/release.sh "${{ inputs.entrypoint }}" "${{ inputs.compile-flags }}"