fix(frontend): fix frontend script used in release checklist (#10243)

This commit is contained in:
david-leifker 2024-04-08 19:03:39 -05:00 committed by GitHub
parent 9c8f8a5192
commit 05c4e7b50d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
CURRENT_DIR=$(pwd)
BUILD_DIR=../build/stage/playBinary
BUILD_DIR=../build/stage/main
CONF_DIR=$BUILD_DIR/conf
set -a

View File

@ -1,7 +1,7 @@
#!/bin/bash
CURRENT_DIR=$(pwd)
BUILD_DIR=../build/stage/playBinary
BUILD_DIR=../build/stage/main
CONF_DIR=$BUILD_DIR/conf
set -a