Skip to content

Commit e90c84f

Browse files
authored
Update publish.yml : wrong end of command fixed [pub]
1 parent 1942bd4 commit e90c84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ jobs:
118118
REPO: ${{ github.repository }}
119119
run: |
120120
cd _output
121-
find . -type f -name "*.zip" -exec echo "Language bundle to upload: {}"
121+
find . -type f -name "*.zip" -exec echo "Language bundle to upload: {}" \;
122122
find . -type f -name "*.zip" -exec gh release upload "$TAG" {} --repo "$REPO" --clobber \;

0 commit comments

Comments
 (0)