Skip to content

Commit

Permalink
Merge pull request #36 from MIERUNE/fix/release.yaml
Browse files Browse the repository at this point in the history
chore: remove unnecessary directory from release.yaml
  • Loading branch information
Kanahiro authored Jun 17, 2024
2 parents f6273d7 + 1f2e366 commit 9abde65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
mkdir ${{env.PLUGIN_NAME}}
find . -type f | grep -ve './.git' \
-ve './imgs' \
-ve '.github' \
-ve './.vscode' \
-ve '__pycache__/' \
Expand Down

0 comments on commit 9abde65

Please sign in to comment.