Skip to content

Commit

Permalink
test(build): Add chmod in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 17, 2023
1 parent d14d90e commit cab70a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
mv COPYING dist
mv README.md dist
- name: Chmod 777
run: |
chmod -R 777 dist
- name: Uploading...
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cab70a7

Please sign in to comment.