Skip to content

Commit 4a46638

Browse files
authored
Update publish.yml - bugfix : base help zip preparation added
1 parent 49c4830 commit 4a46638

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
echo "::endgroup::"
8484
done
8585
echo "exists=true" >> $GITHUB_OUTPUT
86+
87+
dir=_base
88+
cd $dir
89+
zip -r -9 ../_output/Help-.zip .
90+
cd ..
91+
8692
echo "Bundling finished."
8793
8894
- name: Create tag

0 commit comments

Comments
 (0)