Skip to content

Commit

Permalink
add artifacts permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDelaney committed Nov 25, 2024
1 parent c040479 commit ad3b7f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: create build
run: pnpm run build

- name: Fix permissions
run: |
chmod -c -R +rX "build/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: upload build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ad3b7f1

Please sign in to comment.