We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace0910 commit 2b32b10Copy full SHA for 2b32b10
.github/workflows/release.yaml
@@ -323,7 +323,7 @@ jobs:
323
tmp=$(mktemp)
324
jq '.codeServerVersion = "$VERSION"' release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
325
# Ensure it has the same permissions as before
326
- chmod 755 release/lib/vscode/product.json
+ chmod 644 release/lib/vscode/product.json
327
328
- name: Compress release package
329
run: tar -czf package.tar.gz release
0 commit comments