Skip to content

Commit 5902def

Browse files
committed
fix bpm
1 parent a191653 commit 5902def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Upload to oric
245245
run: |
246246
ls -l
247-
if [ -f "bpm.tml" ]; then
247+
if [ -f "etc/bpm/" ]; then
248248
echo "Use bpm for upload"
249249
BPM_PUBLISH_KEY = $hash
250250
bpm -V

0 commit comments

Comments
 (0)