Started rework of zens UI

This commit is contained in:
Mauro Balades
2024-05-14 00:44:43 +02:00
parent 354b63f30f
commit 79910d0158
23 changed files with 411 additions and 251 deletions

View File

@@ -134,9 +134,9 @@ jobs:
ls .
echo "version=$(pnpm gluon get version | xargs)" >> $GITHUB_OUTPUT
if [[ $(pnpm gluon get version | xargs) == ${{ needs.build-data.outputs.version }} ]]; then
echo "Version matches"
echo ">>> Version matches"
else
echo "Version mismatch"
echo ">>> Version mismatch"
exit 1
fi