Skip to content

Commit

Permalink
Perms 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Dec 4, 2023
1 parent 6f558cc commit d06f981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
uses: ./github_action
with:
output: artifact.tar
- name: Fix permissions
run: |
chmod -c -R +rX . | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: "Step: upload artifact"
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions github_action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ tar --dereference -cvf $INPUT_OUTPUT --exclude .asciidoctor --exclude .git --exc

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 d06f981

Please sign in to comment.