Releases: teddyking/dependency-action
Releases · teddyking/dependency-action
v2.0.0
This release adds support for .tar.xz
files.
Currently supported formats:
.tar.gz
,.tgz
.tar.xz
,.txz
There is a breaking change from v1.0.0 in that the input has been renamed from tgzDeps
to simply deps
:
- name: Download test dependencies
uses: teddyking/dependency-action@master
with:
deps: https://dep1.tar.gz,https://dep2.txz
It should now also be much easier to add support for additional filetypes in the future (PRs welcome!).
v1.0.0
Download and extract dependencies required by workflow jobs!
Currently supported formats:
.tar.gz
Check the README.md for example usage.