curseforge-upload icon indicating copy to clipboard operation
curseforge-upload copied to clipboard

An action for interacting with the CurseForge file upload API

Results 3 curseforge-upload issues
Sort by recently updated
recently updated
newest added

See https://github.com/Krutoy242/Enigmatica2Expert-Extended/issues/227

``` ##[debug]Request meta: {"changelog":"### [1.12.1](https://github.com/Wynntils/Wynntils/compare/v1.12.0...v1.12.1) (2022-09-09)\n\n\n### Bug Fixes\n\n* **test:** test release ([6a8d4bd](https://github.com/Wynntils/Wynntils/commit/6a8d4bdf1c552401448443be64af8a2d1749add7))","gameVersions":[6756,8867,4458],"releaseType":"beta","changelogType":"markdown","displayName":"Wynntils-v1.12.1"} /home/runner/work/_actions/itsmeow/curseforge-upload/v3/dist/index.js:11402 `Request error:${err}\nResponse body:\n${response.body}\nRequest body:${body}` ^ TypeError: Cannot read properties of undefined (reading 'body') at Request._callback (/home/runner/work/_actions/itsmeow/curseforge-upload/v3/dist/index.js:11402:61) at...

### Request Allow specifying a numeric `gameVersionTypeId` instead of performing a lookup via the `version-types` endpoint. Ex: `Java:Java 18` -> `2:Java 18` ### Why? Due to how messy CF's API...