1
0
Fork 0

Improve tar command invocation in github actions.

This commit is contained in:
Kitteh 2021-04-15 13:26:48 +01:00
parent e3fb1be8cf
commit e30eb446b3

View file

@ -22,8 +22,8 @@ jobs:
- name: Build VaultUI
run: npx webpack
- name: "Tar up the dist iles"
run: tar caf VaultUI.tar --transform="s/dist\///" dist/* LICENSE
- name: "Tar up the dist files"
run: tar caf VaultUI.tar --transform="s/dist\///" $(find dist -type f) LICENSE
- uses: "marvinpinto/action-automatic-releases@latest"
with: