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
@@ -60,6 +60,16 @@ export default class SourceDocument {
60
60
return[selector];
61
61
}
62
62
63
+
staticgenerateId(location){
64
+
constILLEGAL_CHARACTERS=/[\\:"<>|*?]/g;// Characters forbidden in filenames for cross-platform compatibility; see https://github.com/actions/toolkit/blob/main/packages/artifact/src/internal/upload/path-and-artifact-name-validation.ts
0 commit comments