Skip to content

Commit

Permalink
Create archives with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Dec 12, 2023
1 parent 96092cf commit c5c762b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ jobs:
run: make validate-js
env:
NODE_OPTIONS: "--max-old-space-size=4096"
- name: Archive
run: make archive
- name: Upload
uses: actions/upload-artifact@v3
with:
name: archive
path: |
lunarml-*.tar.gz
lunarml-*.zip

0 comments on commit c5c762b

Please sign in to comment.