Skip to content

Commit 1942bd4

Browse files
authored
Update publish.yml : variable name fix [pub]
1 parent 70f8e57 commit 1942bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cp -r -T -v "$SRC_DIR"/. "$dir"/
5353
cd $dir
5454
echo "Zipping ..."
55-
zip -r -9 ../_output/Help-$SRC_DIR.zip .
55+
zip -r -9 ../_output/Help-$dir.zip .
5656
cd ..
5757
echo "Language: $dir done."
5858
echo "::endgroup::"
@@ -118,4 +118,5 @@ jobs:
118118
REPO: ${{ github.repository }}
119119
run: |
120120
cd _output
121+
find . -type f -name "*.zip" -exec echo "Language bundle to upload: {}"
121122
find . -type f -name "*.zip" -exec gh release upload "$TAG" {} --repo "$REPO" --clobber \;

0 commit comments

Comments
 (0)