NSCoder / archive-action

GitHub Action to archive files/folders using zip or tar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 100.0%