feat: allow specifying binary name (#71)

This commit is contained in:
Leo Kettmeir
2024-09-12 03:46:45 -07:00
committed by GitHub
parent fa660b328d
commit 3a041055d2
4 changed files with 43 additions and 1 deletions

View File

@@ -61,3 +61,19 @@ jobs:
- name: Check version
run: deno -V | grep -q "deno 1\.43\.1"
test-binary-name:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: ./
with:
deno-binary-name: deno_foo
- name: Check binary exists
run: deno_foo -V