Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Zip Release

Actions
Make an archive from specified files and directories as workflow action
v0.2.0
Star (171)

Zip Release License

GitHub action that can be used to create release zip archive.

Usage

An example workflow config:

name: Create Archive
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Archive Release
      uses: thedoctor0/zip-release@master
      with:
        filename: 'release.zip'
        exclusions: '*.git* /*node_modules/* .editorconfig'

Arguments

Argument Description Default
filename Filename for archive release.zip
path Base path for archive files .
exclusions List of excluded files/directories

Zip Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Make an archive from specified files and directories as workflow action
v0.2.0

Zip Release is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.