use find to zip recursive

This commit is contained in:
Luc Appelman
2021-10-30 11:55:18 +02:00
committed by GitHub
parent b44a2b77f2
commit 5d248be85a

View File

@@ -28,7 +28,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: zip release.zip build
- run: zip release.zip $(find build)
- name: Create Release
id: create_release
uses: actions/create-release@v1