Skip to content
box

GitHub Action

run-deterministic-zip

v1 Latest version

run-deterministic-zip

box

run-deterministic-zip

GitHub Action to integrate https://github.com/timo-reymann/deterministic-zip the easy way

Installation

Copy and paste the following snippet into your .yml file.

              

- name: run-deterministic-zip

uses: timo-reymann/deterministic-zip-gh-action@v1

Learn more about this action in timo-reymann/deterministic-zip-gh-action

Choose a version

deterministic-zip-gh-action

LICENSE


GitHub Action to run deterministic-zip in your pipeline

Required for usage

  • no special requirements

Usage

name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Build zip file
        uses: timo-reymann/deterministic-zip-gh-action@v1
        with:
          source: .
          target: my-archive.zip
          # working-directory: if required, set the working directory to run deterministic-zip from. By default it's `.`
          # args: your additional arguments if required go here