Improve tar command invocation in github actions.
This commit is contained in:
parent
e3fb1be8cf
commit
e30eb446b3
4
.github/workflows/bundle.yml
vendored
4
.github/workflows/bundle.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
- name: Build VaultUI
|
- name: Build VaultUI
|
||||||
run: npx webpack
|
run: npx webpack
|
||||||
|
|
||||||
- name: "Tar up the dist iles"
|
- name: "Tar up the dist files"
|
||||||
run: tar caf VaultUI.tar --transform="s/dist\///" dist/* LICENSE
|
run: tar caf VaultUI.tar --transform="s/dist\///" $(find dist -type f) LICENSE
|
||||||
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue