mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
add download button to download release
This commit is contained in:
6
.github/workflows/web-deploy.yml
vendored
6
.github/workflows/web-deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user