From 058a9730805e05572db71a24bfe60fae0866a8fa Mon Sep 17 00:00:00 2001 From: Somraj Saha <31373860+Jarmos-san@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:14:10 +0530 Subject: [PATCH] chore: create a workflow to automate the build --- .github/workflows/compile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c0c0b08..efe0ee5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -32,4 +32,3 @@ jobs: with: commit_message: "chore: compile the binary using `ncc`" commit_options: "--no-verify --signoff" - file_pattern: "./dist/**/*"