Skip to content

Add welcome page, switch to our logo and cleanup from using hack-schemas #79

Add welcome page, switch to our logo and cleanup from using hack-schemas

Add welcome page, switch to our logo and cleanup from using hack-schemas #79

Workflow file for this run

name: Snap
on:
push:
branches:
- main
- 'ubuntu/**'
- 'canary-*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v3
if: github.event_name == 'workflow_dispatch'
with:
name: 'snap'
path: ${{steps.snapcraft.outputs.snap}}