Change license filename.
This commit is contained in:
parent
e30eb446b3
commit
be393ea08e
2
.github/workflows/bundle.yml
vendored
2
.github/workflows/bundle.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: npx webpack
|
||||
|
||||
- name: "Tar up the dist files"
|
||||
run: tar caf VaultUI.tar --transform="s/dist\///" $(find dist -type f) LICENSE
|
||||
run: tar caf VaultUI.tar --transform="s/dist\///" $(find dist -type f) LICENSE.md
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue