fixup!: fix: keep product.json file permissions in release
This commit is contained in:
parent
ace09103a2
commit
2b32b10e87
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -323,7 +323,7 @@ jobs:
|
||||
tmp=$(mktemp)
|
||||
jq '.codeServerVersion = "$VERSION"' release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
|
||||
# Ensure it has the same permissions as before
|
||||
chmod 755 release/lib/vscode/product.json
|
||||
chmod 644 release/lib/vscode/product.json
|
||||
|
||||
- name: Compress release package
|
||||
run: tar -czf package.tar.gz release
|
||||
|
Reference in New Issue
Block a user