1
0
Fork 0

W
Some checks failed
Run BaseX Tests / test (push) Failing after 27s

This commit is contained in:
Andy Bunce 2025-02-02 11:28:42 +00:00
parent 4672b43243
commit 5a5a821121
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
30/1/2025................. 30/1/2025.................
..lgnfjfggfgxhcs ..lgnfjfggfgxhcsx

View file

@ -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),
" "
" "