Skip to content

added support for refreshing (ping) devices #3

added support for refreshing (ping) devices

added support for refreshing (ping) devices #3

Workflow file for this run

name: Build app
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: |
npm ci
npm run build
- name: Upload artifact
uses: actions/[email protected]
with:
name: tuya-local-api.app
path: dist/*