chore(deps): bump vendor/ubuntu-desktop-provision from 0f2cba8
to ac19744
#137
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |