Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 65c4127

Browse files
author
rfaircloth-splunk
committed
fix: ensure world read on output
1 parent bbc67cd commit 65c4127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ PACKAGE=$(ls build/package/splunkbase/*)
3131
slim partition $PACKAGE -o build/package/deployment/ || true
3232
slim validate $PACKAGE
3333

34+
chmod -R +r build
35+
3436
echo "::set-output name=OUTPUT::$PACKAGE"

0 commit comments

Comments
 (0)