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