Ensure unzip installed
All checks were successful
Build & Release WordPress Plugin / build (push) Successful in 27s
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:
parent
b336ab151c
commit
ad1212df4c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare Build Environment
|
- name: Prepare Build Environment
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install zip nodejs curl jq
|
apt update && apt -y install zip unzip nodejs curl jq
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue