Skip to content

Commit

Permalink
Specify to build bin/gamedig and ignore the resulting exe
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 10, 2023
1 parent e2b24e3 commit 2709835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
deno-version: v1.x

- name: Compile
run: deno compile
run: deno compile --allow-read bin/gamedig.js
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/npm-debug.log
/*.iml
/.idea
# Deno bin/gamedig executable
gamedig

0 comments on commit 2709835

Please sign in to comment.