Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TECH7Fox authored Mar 27, 2022
2 parents c7a33b5 + d25d3da commit 7bb63d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v1
- name: Build the file
run: |
cd /home/runner/work/HA-SIP/HA-SIP/
cd /home/runner/work/sip-hass-card/sip-hass-card/
npm ci
npm run build
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/HA-SIP/HA-SIP/dist/sipjs-card.js
file: /home/runner/work/sip-hass-card/sip-hass-card/dist/sipjs-card.js
asset_name: sipjs-card.js
tag: ${{ github.ref }}
overwrite: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HA-SIP
# sip-hass-card
**A SIP client inside home assistant!**

With this card you can make and receive calls to other HA clients and other sip devices, so you can use it as for example an intercom.
Expand Down

0 comments on commit 7bb63d6

Please sign in to comment.