Skip to content

Commit

Permalink
WRS-3747 [GH Action] Permissions issues for the written artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
siarb committed Dec 27, 2023
1 parent a48e45d commit 1e4263e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4112,7 +4112,7 @@ async function run() {
if [ -z "$(ls -A /github/workspace/artifacts/ 2>/dev/null)" ]; then
echo "Artifacts not found" && false
else
chmod 777 /github/workspace/artifacts/*
chmod 777 /github/workspace/artifacts/
ls -la /github/workspace/artifacts/
fi
`;
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function run() {
if [ -z "$(ls -A /github/workspace/artifacts/ 2>/dev/null)" ]; then
echo "Artifacts not found" && false
else
chmod 777 /github/workspace/artifacts/*
chmod 777 /github/workspace/artifacts/
ls -la /github/workspace/artifacts/
fi
`;
Expand Down

0 comments on commit 1e4263e

Please sign in to comment.