add download button to download release

This commit is contained in:
Soufiane Fariss
2024-08-12 14:52:14 +02:00
parent 8e4c0e3040
commit 09bbe80dfb
3 changed files with 15 additions and 4 deletions

View File

@@ -49,6 +49,12 @@ jobs:
- name: Install dependencies
run: npm ci
working-directory: ./web/explorer
- name: Generate release bundle
run: npm run build:bundle
working-directory: ./web/explorer
- name: Zip release bundle
run: zip -r capa-explorer-web.zip capa-explorer-web
working-directory: ./web/explorer
- name: Build
run: npm run build
working-directory: ./web/explorer