fix: DBO file path issue

This commit is contained in:
Ben Woo 2023-08-22 11:56:28 +08:00
parent 590972c933
commit a92e5c95aa
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
2 changed files with 2 additions and 2 deletions

View File

@ -52,4 +52,4 @@ jobs:
{"slug": "multiverse-signportals", "type": "optionalDependency"},
{"slug": "multiverse-inventories", "type": "optionalDependency"}
]
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar
file_path: ${{ github.workspace }}/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar

View File

@ -106,4 +106,4 @@ jobs:
{"slug": "multiverse-signportals", "type": "optionalDependency"},
{"slug": "multiverse-inventories", "type": "optionalDependency"}
]
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release.outputs.tag_name }}.jar
file_path: ${{ github.workspace }}/multiverse-core-${{ steps.release.outputs.tag_name }}.jar