8000 GitHub - NSCoder/archive-action: GitHub Action to archive files/folders using zip or tar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NSCoder/archive-action

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

GitHub Action to archive files/folders using zip or tar

Action provides an alpine linux container with zip and tar installed.

Usage

An example workflow to release a new Sentry version:

action "Archive" {
  uses = "./.github/actions/archive"
  args = "zip -r deployment_artifact.zip ./build"
}

Attribution

Heavily inspired by GitHub Actions.

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

About

GitHub Action to archive files/folders using zip or tar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0