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
|
cd build
|
||||||
zip -r "../${PLUGIN_NAME}.zip" "${PLUGIN_NAME}"
|
zip -r "../${PLUGIN_NAME}.zip" "${PLUGIN_NAME}"
|
||||||
cd -
|
cd -
|
||||||
|
unzip -l "${PLUGIN_NAME}.zip"
|
||||||
|
|
||||||
- name: Create Release if not exists
|
- name: Create Release if not exists
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue