Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miuss authored Dec 3, 2024
1 parent 59c899f commit d943139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

- name: Upload build artifact
uses: actions/upload-artifact@v
with:
name: akile_monitor_fe.zip
path: dist/ # Replace with your actual binary file name

0 comments on commit d943139

Please sign in to comment.