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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue