Skip to content

Commit

Permalink
Update cut-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Aug 16, 2024
1 parent 248fc55 commit cdacef4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cut-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
metadataSupportedGames: "jak1"
metadataAuthors: "barg,vaser"
metadataTags: "rng,gameplay-mod"
metadataWebsiteUrl: "https://www.example.com/this/is/optional"
metadataName: "Speedrun Practice"
metadataDescription: "A mod that helps you practice speedrunning. See website for more info"
metadataSupportedGames: "jak1,jak2,jak3"
metadataAuthors: "barg,zed,yopie"
metadataTags: "speedrunning,practice"
metadataWebsiteUrl: "https://github.com/OpenGOAL-Mods/OG-Speedrun-Practice/blob/main/README.md"
skipMacOS: true
skipLinux: true
toolingBinaryDir: "out/build/Release/bin"
Expand Down

0 comments on commit cdacef4

Please sign in to comment.