Skip to content

run-deterministic-zip

Actions
GitHub Action to integrate https://github.com/timo-reymann/deterministic-zip the easy way
v1
Latest
Star (2)

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

run-deterministic-zip 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

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

run-deterministic-zip 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.