Skip to content

Commit

Permalink
fix: flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 6, 2024
1 parent 6cb2c7d commit fdf8dd1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release_snapstore.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,14 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
- name: Building snap
run: |
snapcraft
- uses: snapcore/action-build@v1
id: snapcraft
# Make sure the snap is installable
- name: Test snap installation
run: |
sudo snap install ./last-answer.snap –dangerous
- name: Save snap for reuse
uses: actions/upload-artifact@v4
with:
name: last-answer-snap
path: ./last-answer.snap
path: ${{ steps.snapcraft.outputs.snap }}

publish:
# if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fdf8dd1

Please sign in to comment.