Skip to content

animation: Fix AnimationController.stop() called after AnimationContr… #269

animation: Fix AnimationController.stop() called after AnimationContr…

animation: Fix AnimationController.stop() called after AnimationContr… #269

Workflow file for this run

name: Snapcraft
on:
push:
branches: [release]
jobs:
build:
runs-on: ubuntu-latest
name: Snapcraft Build
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v4
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}
- run: |
sudo snap install --dangerous ${{ steps.snapcraft.outputs.snap }}