We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b3ca1 commit b93bde3Copy full SHA for b93bde3
1 file changed
.github/workflows/build.yml
@@ -25,6 +25,6 @@ jobs:
25
with:
26
commit_message: Update engine core
27
branch: ${{ github.head_ref }}
28
- file_pattern: dist/engine/core/*
+ file_pattern: dist/engine/core/\*
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments