From 0032639831fcf109a12b9e13c56b09d60fba9c6f Mon Sep 17 00:00:00 2001 From: fsantiago Date: Tue, 6 May 2025 12:27:39 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20=F0=9F=90=9B=20correct=20zip=20type=20v?= =?UTF-8?q?alidation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-bundles.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-bundles.yml b/.github/workflows/build-bundles.yml index d3143e8f39..9bd7acc68e 100644 --- a/.github/workflows/build-bundles.yml +++ b/.github/workflows/build-bundles.yml @@ -1,3 +1,4 @@ + name: Build and Upload Penpot Bundles on: @@ -11,9 +12,7 @@ on: options: - individual - all - push: - branches: - - github-actions-bundle-build + env: ZIP_MODE: ${{ github.event.inputs.zip_mode }} @@ -36,6 +35,7 @@ jobs: --build-arg EXTERNAL_GID=1000 \ -t penpotapp/penpot-ci-builder:latest \ -f docker/devenv/Dockerfile . + docker/devenv - name: Run manage.sh build-bundle from host run: ./manage.sh build-bundle