diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df9ad8f..d16ffbce 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 f57f39fb..34cf3180 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 00000000..ea5b6064 --- /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 00000000..32d46ee8 --- /dev/null +++ b/client/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file