Skip to content

Commit

Permalink
Try to debug snapcraft deploy process (samuelmeuli/action-snapcraft#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Aug 17, 2022
1 parent a0d0a9c commit b997d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: samuelmeuli/action-snapcraft@v1
with:
use_lxd: true
snapcraft_token: ${{ secrets.SNAP_TOKEN_GH }}
- name: Cache Qt
id: cache-qt
uses: actions/cache@v3
Expand Down Expand Up @@ -217,6 +218,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_TOKEN_GH }}
shell: bash
run: |
snapcraft --version
cd .. && ls
if [ -n "$(ls *.snap 2>/dev/null)" ]; then
sudo snapcraft upload *.snap --release stable
Expand Down

0 comments on commit b997d40

Please sign in to comment.