mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Fix some upload field keys
This commit is contained in:
parent
6db2cc25d6
commit
b973292d0e
6
.github/workflows/dbo_test.yml
vendored
6
.github/workflows/dbo_test.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
||||
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
|
||||
project_id: 30765
|
||||
changelog: ${{ toJson(steps.release-artifact.outputs.body) }}
|
||||
change_type: markdown
|
||||
changelog_type: markdown
|
||||
display_name: ${{ github.event.inputs.version }}
|
||||
game_versions: 9994 9974 9973 9561 9560 9261 9190 9016 8897 8849 8503 7915 7667 7330 7105
|
||||
relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]'
|
||||
file: ${{ github.workspace }}/subdir/multiverse-core-${{ github.event.inputs.version }}.jar
|
||||
project_relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]'
|
||||
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ github.event.inputs.version }}.jar
|
||||
debug: true
|
||||
|
Loading…
Reference in New Issue
Block a user