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 1942bd4 commit e90c84fCopy full SHA for e90c84f
.github/workflows/publish.yml
@@ -118,5 +118,5 @@ jobs:
118
REPO: ${{ github.repository }}
119
run: |
120
cd _output
121
- find . -type f -name "*.zip" -exec echo "Language bundle to upload: {}"
+ find . -type f -name "*.zip" -exec echo "Language bundle to upload: {}" \;
122
find . -type f -name "*.zip" -exec gh release upload "$TAG" {} --repo "$REPO" --clobber \;
0 commit comments