Skip to content

Commit

Permalink
Use source from current branch (#74)
Browse files Browse the repository at this point in the history
- Replace the source line in snapcraft.yaml
  to test snap from the current branch
  • Loading branch information
hsbasu authored Feb 12, 2024
1 parent 01d20f4 commit 46086a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout Git repository
uses: actions/checkout@v4
- name: Use source from current branch
run: |
sed -i 's/source:.*/source: ./g' snap/snapcraft.yaml
- name: Build Test Mousam Snap
uses: snapcore/action-build@v1
id: snapcraft-build
Expand Down

0 comments on commit 46086a5

Please sign in to comment.