Skip to content

chore(deps): bump vendor/ubuntu-desktop-provision from 0f2cba8 to f448da5 #169

chore(deps): bump vendor/ubuntu-desktop-provision from 0f2cba8 to f448da5

chore(deps): bump vendor/ubuntu-desktop-provision from 0f2cba8 to f448da5 #169

Workflow file for this run

name: Snap
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
FLUTTER_VERSION: '3.10.x'
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}}