Skip to content

Commit 3cb6537

Browse files
committed
fix
1 parent 44fb5dd commit 3cb6537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
run: |
243243
244244
if [ -f "bpm.tml" ]; then
245+
echo "Use bpm for upload"
245246
BPM_PUBLISH_KEY = $hash
246247
bpm -V
247248
if [ "$BRANCH_NAME" = "master" -o "$BRANCH_NAME" = "main" ]; then python3 ../bpm/src/bpm --force-update publish --official; else python3 --force-update ../bpm/src/bpm publish --alpha; fi

0 commit comments

Comments
 (0)