GitHub Action
run-deterministic-zip
v1
Latest version
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 here