Skip to content

Commit 95b155d

Browse files
committed
fix
1 parent 1e8bae3 commit 95b155d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
working-directory: ${{steps.download.outputs.download-path}}
234234
run: |
235235
ls -l
236-
find / -name "bpm.tml" -exec cp {} . \;
236+
find . -name "bpm.tml" -exec cp {} . \;
237237
if [ -f "etc/bpm/" ]; then
238238
echo "Use bpm for archive"
239239
python3 ../bpm/src/bpm --force-update package
@@ -245,7 +245,7 @@ jobs:
245245
- name: Upload to oric
246246
run: |
247247
ls -l
248-
find / -name "bpm.tml" -exec cp {} . \;
248+
find . -name "bpm.tml" -exec cp {} . \;
249249
if [ -f "etc/bpm/" ]; then
250250
cp etc/bpm/* . -adpR
251251
echo "Use bpm for upload"

0 commit comments

Comments
 (0)