Skip to content

Commit 06b8780

Browse files
authored
Merge pull request #2957 from Multiverse/directory-issue
fix: DBO file path issue
2 parents 590972c + a92e5c9 commit 06b8780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dbo_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
{"slug": "multiverse-signportals", "type": "optionalDependency"},
5353
{"slug": "multiverse-inventories", "type": "optionalDependency"}
5454
]
55-
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar
55+
file_path: ${{ github.workspace }}/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar

.github/workflows/promote_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
{"slug": "multiverse-signportals", "type": "optionalDependency"},
107107
{"slug": "multiverse-inventories", "type": "optionalDependency"}
108108
]
109-
file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release.outputs.tag_name }}.jar
109+
file_path: ${{ github.workspace }}/multiverse-core-${{ steps.release.outputs.tag_name }}.jar

0 commit comments

Comments
 (0)