Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 278 Bytes

Usage

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