From 2709835894416da61af2e463a2fd9cffcfc34739 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 10 Oct 2023 13:05:29 +0300 Subject: [PATCH] Specify to build bin/gamedig and ignore the resulting exe --- .github/workflows/deno.yml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 8573d642..c2aa5db3 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -25,4 +25,4 @@ jobs: deno-version: v1.x - name: Compile - run: deno compile + run: deno compile --allow-read bin/gamedig.js diff --git a/.gitignore b/.gitignore index 9bbce427..c6b9c726 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /npm-debug.log /*.iml /.idea +# Deno bin/gamedig executable +gamedig