Skip to content

Commit

Permalink
GHA build: Upload webpacked library artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Jun 7, 2024
1 parent 89692b1 commit 5f75e16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:

- run: npm run build

- name: Upload webpacked library artifact
uses: actions/upload-artifact@v4
with:
name: openhab.js
path: dist/openhab.js

- name: Publish Docs
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 5f75e16

Please sign in to comment.