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 70f8e57 commit 1942bd4Copy full SHA for 1942bd4
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
cp -r -T -v "$SRC_DIR"/. "$dir"/
53
cd $dir
54
echo "Zipping ..."
55
- zip -r -9 ../_output/Help-$SRC_DIR.zip .
+ zip -r -9 ../_output/Help-$dir.zip .
56
cd ..
57
echo "Language: $dir done."
58
echo "::endgroup::"
@@ -118,4 +118,5 @@ jobs:
118
REPO: ${{ github.repository }}
119
run: |
120
cd _output
121
+ 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