From 9ba98ca237b6fa9cd2e8dd7c2b50159f54f867a6 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 18 Dec 2024 10:09:31 +0100 Subject: [PATCH] link LICENSE and README in client so that vsce package works without fiddling --- .github/workflows/ci.yml | 4 ---- .github/workflows/publish-extension.yml | 4 ---- client/LICENSE | 1 + client/README.md | 1 + 4 files changed, 2 insertions(+), 8 deletions(-) create mode 120000 client/LICENSE create mode 120000 client/README.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df9ad8fc..d16ffbce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,10 +211,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - name: Copy licences - run: | - cd client - cp ../LICENSE . && cp ../README.md . - name: Pre publish phase run: | cd client diff --git a/.github/workflows/publish-extension.yml b/.github/workflows/publish-extension.yml index f57f39fb9..34cf31805 100644 --- a/.github/workflows/publish-extension.yml +++ b/.github/workflows/publish-extension.yml @@ -27,10 +27,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - name: Copy licences - run: | - cd client - cp ../LICENSE . && cp ../README.md . - name: Pre publish phase run: | cd client diff --git a/client/LICENSE b/client/LICENSE new file mode 120000 index 000000000..ea5b60640 --- /dev/null +++ b/client/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/client/README.md b/client/README.md new file mode 120000 index 000000000..32d46ee88 --- /dev/null +++ b/client/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file