Add the following steps to your jobs:
- name: Compress
uses: TonyBogdanov/[email protected]
with:
args: zip -qq -r ./archive.zip ./target
- name: Decompress
uses: TonyBogdanov/[email protected]
with:
args: unzip -qq ./archive.zip -d ./target