Skip to content

TonyBogdanov/zip

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action to zip/unzip files

Resources

License

Stars

Watchers

Forks

Packages

No packages published