Skip to content

Commit

Permalink
Perms 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Dec 4, 2023
1 parent d06f981 commit 169081c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github_action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ asciidoctor-multipage -r asciidoctor-diagram -o paged.html --verbose training/re

echo Putting output into $INPUT_OUTPUT
ls -al ref
chmod -c -R +rX ref | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar --dereference -cvf $INPUT_OUTPUT --exclude .asciidoctor --exclude .git --exclude .gitignore ref

echo Artifact: $INPUT_OUTPUT
ls -l $INPUT_OUTPUT
chmod -c -R +rX . | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar tvf $INPUT_OUTPUT

0 comments on commit 169081c

Please sign in to comment.