diff --git a/.github/workflows/cut-release.yaml b/.github/workflows/cut-release.yaml index d1f902dfb4..c97088cf08 100644 --- a/.github/workflows/cut-release.yaml +++ b/.github/workflows/cut-release.yaml @@ -22,12 +22,12 @@ jobs: uses: open-goal/mod-bundling-tools/.github/workflows/mod-bundler.yml@v1 with: semverBump: ${{ inputs.bump }} - metadataName: "Test Mod Bundle" - metadataDescription: "This is a test mod bundle. 2" + metadataName: "Checkpoint Randomizer" + metadataDescription: "Warp to a random checkpoint on various triggers (cells, flies, orbs, eco, death)." metadataSupportedGames: "jak1" - metadataAuthors: "barg,vaser" - metadataTags: "rng,gameplay-mod" - metadataWebsiteUrl: "https://www.example.com/this/is/optional" + metadataAuthors: "zed,barg,MikeGamePro" + metadataTags: "speedrunning,challenge,gameplay-mod,rng" + metadataWebsiteUrl: "https://github.com/OpenGOAL-Mods/OG-Randomizer/blob/main/README.md" skipMacOS: true skipLinux: true toolingBinaryDir: "out/build/Release/bin"