From 640d72c5019ffa9879a054157da7bc257fa9cd69 Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Sat, 28 Sep 2024 11:02:47 -0700 Subject: [PATCH] Update mod-release-pipeline.yml --- .github/workflows/mod-release-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"