Skip to content

Commit

Permalink
Create build-snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical authored Jun 4, 2024
1 parent 32dabc8 commit edd60a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-snap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build snap package
run-name: ${{ github.actor }} is building a snap
on: workflow_dispatch

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

0 comments on commit edd60a2

Please sign in to comment.