Skip to content

Commit

Permalink
ci: Add snap build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Oct 10, 2024
1 parent 3e26435 commit 7aff492
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: snap
on:
pull_request:
push:
branches:
- oibaf-latest-core22
- kisak-fresh-core22
- kisak-turtle-core22
workflow_dispatch:

jobs:
snap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v4
with:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}

0 comments on commit 7aff492

Please sign in to comment.