Skip to content

Commit 5f5c875

Browse files
committed
Fix release OE_LIB_DIR
1 parent a1b6472 commit 5f5c875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
env:
287287
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
288288
IS_RELEASE: true
289+
OE_LIB_DIR: "../../_install"
289290
run: sbt api/publish
290291
working-directory: server/scala
291292

@@ -294,6 +295,7 @@ jobs:
294295
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
295296
IS_RELEASE: true
296297
SERVER_RELEASE: true
298+
OE_LIB_DIR: "../../_install"
297299
run: |
298300
rm -rf ~/.m2/repository
299301
sbt serv/Universal/packageBin

0 commit comments

Comments
 (0)