From a92e5c95aa9cd20711a9b07e990180ea716cd864 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:56:28 +0800 Subject: [PATCH] fix: DBO file path issue --- .github/workflows/dbo_upload.yml | 2 +- .github/workflows/promote_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbo_upload.yml b/.github/workflows/dbo_upload.yml index d083dfac..7157c6a1 100644 --- a/.github/workflows/dbo_upload.yml +++ b/.github/workflows/dbo_upload.yml @@ -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 diff --git a/.github/workflows/promote_release.yml b/.github/workflows/promote_release.yml index 24946271..adc0b8ae 100644 --- a/.github/workflows/promote_release.yml +++ b/.github/workflows/promote_release.yml @@ -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