Skip to content

Commit

Permalink
Try to get snapcraft logs (samuelmeuli/action-snapcraft#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Aug 18, 2022
1 parent c6d0b78 commit 5d15e7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
- if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
name: Deploy Snap
uses: snapcore/action-publish@v1
continue-on-error: true
env:
# `snapcraft export-login --snaps qownnotes --channels edge,stable -`, token valid for one year
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_TOKEN_GH }}
Expand All @@ -230,6 +231,10 @@ jobs:
with:
name: snapcraft-logs
path: /home/runner/.cache/snapcraft/log/snapcraft-*.log
- if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
name: Fail
shell: bash
run: curl --fail

# - if: contains( matrix.os, 'ubuntu-18') && !matrix.app-image
# name: Deploy Snap
Expand Down

0 comments on commit 5d15e7c

Please sign in to comment.