Skip to content

Commit

Permalink
Merge pull request #1283 from FZJ-INM1-BDA/staging
Browse files Browse the repository at this point in the history
release 2.9.0
  • Loading branch information
xgui3783 authored Feb 6, 2023
2 parents 53022aa + 5e0d577 commit ea8f3b3
Show file tree
Hide file tree
Showing 57 changed files with 17,524 additions and 5,092 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:
release_name: Release ${{ needs.check-version.outputs.package-version }}
draft: false
prerelease: false
- name: Build && zip assets
run: 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
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./siibra-explorer-${{ needs.check-version.outputs.package-version }}.zip
asset_name: siibra-explorer-${{ needs.check-version.outputs.package-version }}.zip
asset_content_type: application/zip
Loading

0 comments on commit ea8f3b3

Please sign in to comment.