diff --git a/.gitea/workflows/trigger/release b/.gitea/workflows/trigger/release index fa8f3c2..d250359 100644 --- a/.gitea/workflows/trigger/release +++ b/.gitea/workflows/trigger/release @@ -3,4 +3,4 @@ c Xyxh 4456 -9.7.4 x \ No newline at end of file +9.7.4 xy \ No newline at end of file diff --git a/scripts/repo-install.xq b/scripts/repo-install.xq index 5e6b733..88974de 100644 --- a/scripts/repo-install.xq +++ b/scripts/repo-install.xq @@ -1,7 +1,7 @@ import module namespace build = 'urn:quodatum:build1' at 'build.xqm'; -let $output-file := file:resolve-path(`dist/pdfbox-{$build:PKG?version}.xar`,$build:base) +let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base) return ( repo:install($output-file), trace($output-file,"repo: ")