Skip to content

Commit cab70a7

Browse files
committed
test(build): Add chmod in build process
1 parent d14d90e commit cab70a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
mv COPYING dist
6161
mv README.md dist
6262
63+
- name: Chmod 777
64+
run: |
65+
chmod -R 777 dist
66+
6367
- name: Uploading...
6468
uses: actions/upload-artifact@v3
6569
with:

0 commit comments

Comments
 (0)