Skip to content

leomeji9/archive-action

 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%