Skip to content

Commit cb70a43

Browse files
committed
add another chmod
1 parent 96cd16d commit cb70a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
name: ${{ inputs.os }}-artifact
5555
include-hidden-files: true
5656

57+
- run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
5758
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
5859
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test'
5960
- run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple].native.server.test'

0 commit comments

Comments
 (0)