Skip to content

Commit

Permalink
fix: 更正参数
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckStudio committed Sep 14, 2024
1 parent e388d98 commit 1d3c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-community-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: get_directories
run: |
# 获取所有扩展的目录
tree /a /f Community
tree Community
EXT_DIRS=$(find Community -type d -name 'manifest.json' -exec dirname {} \;)
echo "EXT_DIRS=$EXT_DIRS" >> $GITHUB_ENV
Expand Down

0 comments on commit 1d3c188

Please sign in to comment.