Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
miuss committed Dec 3, 2024
2 parents 7ddb977 + a898baf commit 152682a
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@v3
with:
name: akile_monitor_fe.zip
path: dist/ # Replace with your actual binary file name

0 comments on commit 152682a

Please sign in to comment.