Archived
1
0

fixup!: fix: keep product.json file permissions in release

This commit is contained in:
Joe Previte 2022-12-02 13:42:37 -07:00
parent ace09103a2
commit 2b32b10e87
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

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