We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8bae3 commit 95b155dCopy full SHA for 95b155d
.github/workflows/main.yml
@@ -233,7 +233,7 @@ jobs:
233
working-directory: ${{steps.download.outputs.download-path}}
234
run: |
235
ls -l
236
- find / -name "bpm.tml" -exec cp {} . \;
+ find . -name "bpm.tml" -exec cp {} . \;
237
if [ -f "etc/bpm/" ]; then
238
echo "Use bpm for archive"
239
python3 ../bpm/src/bpm --force-update package
@@ -245,7 +245,7 @@ jobs:
245
- name: Upload to oric
246
247
248
249
250
cp etc/bpm/* . -adpR
251
echo "Use bpm for upload"
0 commit comments