diff --git a/.github/workflows/mod-release-pipeline.yml b/.github/workflows/mod-release-pipeline.yml index 5e133f0b7..8fcfb0f19 100644 --- a/.github/workflows/mod-release-pipeline.yml +++ b/.github/workflows/mod-release-pipeline.yml @@ -8,9 +8,9 @@ on: default: "jak4" type: "string" outputDir: - description: "The directory that the releases assets are created and temporarily stored in. Defaults to `bundler`" + description: "The directory that the releases assets are created and temporarily stored in. Defaults to `/bundler`" required: false - default: "bundler" + default: "/bundler" type: "string" semverBump: description: "What semver bump to use - patch|minor|major. Defaults to patch"