parent
4672b43243
commit
5a5a821121
3 changed files with 3 additions and 2 deletions
|
@ -40,4 +40,5 @@ jobs:
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
basex scripts/install.bxs
|
basex scripts/install.bxs
|
||||||
|
cp dist/pdfbox-3.0.4.fat.jar /usr/local/basex/lib/custom/
|
||||||
ls -l /usr/local/basex/lib/custom
|
ls -l /usr/local/basex/lib/custom
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
30/1/2025.................
|
30/1/2025.................
|
||||||
..lgnfjfggfgxhcs
|
..lgnfjfggfgxhcsx
|
|
@ -8,7 +8,7 @@ declare variable $custom:= "/usr/local/basex/lib/custom/";
|
||||||
copy..
|
copy..
|
||||||
",
|
",
|
||||||
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
|
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
|
||||||
,$custom),
|
,$custom=>trace("Dest: ")),
|
||||||
file:list($custom),
|
file:list($custom),
|
||||||
"
|
"
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue