Added snap build workflow
parent
aed30502bd
commit
a7d1029e5c
|
|
@ -0,0 +1,14 @@
|
|||
name: Snap
|
||||
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
Loading…
Reference in New Issue