mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 03:55:27 +01:00
Test without to json
This commit is contained in:
parent
32d0e39866
commit
d841d9d5d0
4
.github/workflows/dbo_test.yml
vendored
4
.github/workflows/dbo_test.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
|
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
|
||||||
project_id: 30765
|
project_id: 30765
|
||||||
changelog: ${{ toJson(steps.release-artifact.outputs.body) }}
|
changelog: ${{ steps.release-artifact.outputs.body }}
|
||||||
changelog_type: markdown
|
changelog_type: markdown
|
||||||
display_name: ${{ steps.release-artifact.outputs.version }}
|
display_name: ${{ steps.release-artifact.outputs.version }}
|
||||||
game_versions: 9994 9974 9973 9561 9560 9261 9190 9016 8897 8849 8503 7915 7667 7330 7105
|
game_versions: 9994 9974 9973 9561 9560 9261 9190 9016 8897 8849 8503 7915 7667 7330 7105
|
||||||
project_relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]'
|
project_relations: '[{"slug": "multiverse-portals", "type": "optionalDependency"}]'
|
||||||
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar
|
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar.fail
|
||||||
debug: true
|
debug: true
|
||||||
|
Loading…
Reference in New Issue
Block a user