mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
fix typo, and move release asset to public dir
This commit - - fixes a a typo in package.json (outDir) - sets the href of the zip file to ./ - moves the zip asset to the public dir. Note: public dir is a special dir which hosts files that would be served as is, so it makes sense to put the release for download there.
This commit is contained in:
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
run: npm run build:bundle
|
||||
working-directory: ./web/explorer
|
||||
- name: Zip release bundle
|
||||
run: zip -r capa-explorer-web.zip capa-explorer-web
|
||||
run: zip -r public/capa-explorer-web.zip capa-explorer-web
|
||||
working-directory: ./web/explorer
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user