Skip to content

Commit

Permalink
actions: build the gadget snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Aug 11, 2023
1 parent f82c2f8 commit 88dac4d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build-snap
on:
pull_request:
push:
branches:
- 22-frame

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

0 comments on commit 88dac4d

Please sign in to comment.