Skip to content

Test custom textTheme #100

Test custom textTheme

Test custom textTheme #100

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build Snap package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- amd64
- arm64
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v1
- uses: diddlesnaps/snapcraft-multiarch-action@v1
id: snapcraft
with:
architecture: ${{ matrix.platform }}
# - uses: snapcore/action-build@v1
# id: snapcraft
- uses: actions/upload-artifact@v3
with:
name: snap-package
path: ${{ steps.snapcraft.outputs.snap }}