Skip to content

make the content interfaces unique #38

make the content interfaces unique

make the content interfaces unique #38

Workflow file for this run

name: Snap Build
on:
push:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
build-amd64:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: canonical/action-build@v1.3.0
id: snapcraft
- uses: actions/upload-artifact@v4
with:
name: snap-amd64
path: ${{ steps.snapcraft.outputs.snap }}
retention-days: 5