Skip to content

Commit

Permalink
Create snap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jul 3, 2023
1 parent c97af0e commit 0f7e21b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Build Snap package

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v3
with:
name: snap-package
path: ${{ steps.snapcraft.outputs.snap }}



0 comments on commit 0f7e21b

Please sign in to comment.