Skip to content

Commit 436d93a

Browse files
committed
fix: include icon.png in VS Code extension package
1 parent c9c2462 commit 436d93a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
mkdir -p /tmp/cortex-publish
5353
cp -r packages/vscode-extension/dist /tmp/cortex-publish/
5454
cp packages/vscode-extension/package.json /tmp/cortex-publish/
55+
cp packages/vscode-extension/icon.png /tmp/cortex-publish/
5556
cp -r packages/vscode-extension/resources /tmp/cortex-publish/
5657
cp LICENSE /tmp/cortex-publish/
5758

0 commit comments

Comments
 (0)