Skip to content

Commit bbcf1b2

Browse files
committed
ci: Add GitHub snap workflow
1 parent 2dd16de commit bbcf1b2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/snap.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: snap
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- oibaf-latest-core24
7+
- kisak-fresh-core24
8+
- kisak-turtle-core24
9+
workflow_dispatch:
10+
11+
jobs:
12+
snap:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: snapcore/action-build@v1
17+
id: snapcraft
18+
- uses: actions/upload-artifact@v4
19+
with:
20+
name: 'snap'
21+
path: ${{ steps.snapcraft.outputs.snap}}

0 commit comments

Comments
 (0)