Skip to content

chore(deps): bump vendor/ubuntu-desktop-provision from 7b8036d to 05ac71c #58

chore(deps): bump vendor/ubuntu-desktop-provision from 7b8036d to 05ac71c

chore(deps): bump vendor/ubuntu-desktop-provision from 7b8036d to 05ac71c #58

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}}