Add unzip check
This commit is contained in:
parent
b430067759
commit
b336ab151c
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ jobs:
|
|||
cd build
|
||||
zip -r "../${PLUGIN_NAME}.zip" "${PLUGIN_NAME}"
|
||||
cd -
|
||||
unzip -l "${PLUGIN_NAME}.zip"
|
||||
|
||||
- name: Create Release if not exists
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue