Add unzip check

This commit is contained in:
j 2025-06-17 16:21:47 +10:00
parent b430067759
commit b336ab151c

View file

@ -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: |