Skip to content

chore: Updated to latest stable 47.0 and core24 #1

chore: Updated to latest stable 47.0 and core24

chore: Updated to latest stable 47.0 and core24 #1

Workflow file for this run

name: build-test
on:
pull_request:
push:
branches:
- edge
- stable
jobs:
snap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v2
with:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}