Skip to content

Update dist-archive.yml #4

Update dist-archive.yml

Update dist-archive.yml #4

Workflow file for this run

name: Generate WordPress Archive
on:
push
jobs:
generate-archive:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generating zip
uses: rudlinkon/action-wordpress-build-zip@dev2
with:
retention-days: 3 # Optional; defaults to 3
npm-run-build: true # Optional; defaults to false
node-version: 14 # Optional; defaults to 16