run-deterministic-zip
ActionsGitHub Action to integrate https://github.com/timo-reymann/deterministic-zip the easy way
v1
LatestBy timo-reymann
Tags
(2)
GitHub Action to run deterministic-zip in your pipeline
- no special requirements
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 hererun-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.