Ensure unzip installed
All checks were successful
Build & Release WordPress Plugin / build (push) Successful in 27s

God why do we still use zip when tar.gz is superior in every way
This commit is contained in:
j 2025-06-17 16:22:09 +10:00
parent b336ab151c
commit ad1212df4c

View file

@ -34,7 +34,7 @@ jobs:
- name: Prepare Build Environment
run: |
apt update && apt -y install zip nodejs curl jq
apt update && apt -y install zip unzip nodejs curl jq
- name: Checkout repo
uses: actions/checkout@v4