1
0
Fork 0

Change license filename.

This commit is contained in:
Kitteh 2021-04-15 13:28:58 +01:00
parent e30eb446b3
commit be393ea08e

View file

@ -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: