You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,38 @@ The [`tar` file][tar] must:
26
26
- be under 10GB in size
27
27
- not contain any symbolic or hard links
28
28
29
+
# File Permissions
30
+
31
+
When using this action ensure your files have appropriate file permission, we expect at a minimum for the files to have permission for the current user (e.g 0744).
32
+
Failure to do so will result in a `deployment_perms_error` when attempting to deploy your artifacts.
0 commit comments