Skip to content

Commit 64beb79

Browse files
authored
Merge pull request #971 from coq/fix-build-dev-version-
link LICENSE and README in client
2 parents 3402967 + 9ba98ca commit 64beb79

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ jobs:
212212
uses: actions/setup-node@v3
213213
with:
214214
node-version: 16.x
215-
- name: Copy licences
216-
run: |
217-
cd client
218-
cp ../LICENSE . && cp ../README.md .
219215
- name: Pre publish phase
220216
run: |
221217
cd client

.github/workflows/publish-extension.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
uses: actions/setup-node@v3
2828
with:
2929
node-version: 16.x
30-
- name: Copy licences
31-
run: |
32-
cd client
33-
cp ../LICENSE . && cp ../README.md .
3430
- name: Pre publish phase
3531
run: |
3632
cd client

client/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

client/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

0 commit comments

Comments
 (0)