Skip to content

Commit

Permalink
added workflow to test the snap
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh committed Feb 19, 2024
1 parent 0a679ed commit 308504c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,18 @@ jobs:
cache-key: flatpak-builder-${{ github.sha }}
repository-name: flathub-beta
repository-url: https://flathub.org/beta-repo/flathub-beta.flatpakrepo # until GNOME 45
snap:
name: "Snap"
runs-on: ubuntu-latest
steps:
- name: Checkout Git repository
uses: actions/checkout@v4
- name: Build Snap
uses: snapcore/action-build@v1
id: snapcraft-build
with:
snapcraft-args: "--verbosity debug"
- uses: actions/upload-artifact@v4
with:
name: planify_amd64_snap
path: ${{ steps.snapcraft-build.outputs.snap }}

0 comments on commit 308504c

Please sign in to comment.