From 1f2e366f6d623a74ab7f4540baecda09ca9c3eb5 Mon Sep 17 00:00:00 2001 From: KeiTa4446 Date: Mon, 17 Jun 2024 15:02:16 +0900 Subject: [PATCH] chore: remove unnecessary directory from release.yaml --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c989d6..15943e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,6 @@ jobs: run: | mkdir ${{env.PLUGIN_NAME}} find . -type f | grep -ve './.git' \ - -ve './imgs' \ -ve '.github' \ -ve './.vscode' \ -ve '__pycache__/' \