Skip to content

Feat (readme): update project information with note about official app #36

Feat (readme): update project information with note about official app

Feat (readme): update project information with note about official app #36

Workflow file for this run

name: Build Test
on:
push:
tags-ignore:
- 'v*.*.*'
branches:
- '*'
jobs:
build-webos:
name: Build WebOS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: |
curl https://mateussouzaweb.github.io/compactor/install.sh | bash -
npm install
- name: Build package
run: |
npm run build
npm run app-package
npm run app-manifest
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: webos-snapshot
path: |
bin/*.ipk
bin/webosbrew.manifest.json