mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 00:28:43 +00:00
🐛 🐛 correct zip type validation
This commit is contained in:
parent
d9cdd020e6
commit
0032639831
6
.github/workflows/build-bundles.yml
vendored
6
.github/workflows/build-bundles.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user