fix: normalize qmd runtime artifact ownership
This commit is contained in:
parent
3ed4fa0c8b
commit
6aa78cd469
1
.github/workflows/runtime-release.yml
vendored
1
.github/workflows/runtime-release.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
mkdir -p /out/qmd
|
mkdir -p /out/qmd
|
||||||
cp -a bin dist node_modules package.json package-lock.json LICENSE /out/qmd/
|
cp -a bin dist node_modules package.json package-lock.json LICENSE /out/qmd/
|
||||||
'
|
'
|
||||||
|
sudo chown -R "$(id -u):$(id -g)" dist/runtime
|
||||||
cat > dist/runtime/qmd/manifest.json <<JSON
|
cat > dist/runtime/qmd/manifest.json <<JSON
|
||||||
{
|
{
|
||||||
"component": "qmd",
|
"component": "qmd",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user