Skip to content
Snippets Groups Projects
Unverified Commit a636aa07 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: build artefacts

parent 409b2d38
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,16 @@ jobs:
draft: false
prerelease: false
- name: Checkout
uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Build & zip assets
run: |
STRICT_LOCAL=true node ./src/environments/parseEnv.js
npm run build
npm i && npm run build
zip -r siibra-explorer-${{ needs.check-version.outputs.package-version }}.zip ./dist
- name: Attach built as release asset
id: upload-release-asset
......
......@@ -8,6 +8,7 @@
## Bugfix
- panel maximisation, change atlas/template results in incorrect panel order
- build artefacts properly
## Behind the scenes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment