mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Fixes #262 normalize artifact paths
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import path from "path";
|
||||
|
||||
export class PathNormalizer {
|
||||
static normalizePath(pathString: string): string {
|
||||
return pathString.split(path.sep).join("/")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user