From 2b32b10e87513d8daf54db19eb9f5676c4def69b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 2 Dec 2022 13:42:37 -0700 Subject: [PATCH] fixup!: fix: keep product.json file permissions in release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9debf7de4..d39cdbf55 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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