Revert "web: add button to download release"

This commit is contained in:
Fariss
2024-08-12 16:05:50 +02:00
committed by GitHub
parent 1c9a86ca20
commit 10beccaa3d
3 changed files with 4 additions and 15 deletions

View File

@@ -49,12 +49,6 @@ 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