Skip to content

Commit

Permalink
Add debug output for snap file location
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 4, 2020
1 parent ecf822e commit 1d6887e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
- name: Build snap (2) Run build
run: |
mv ${{ steps.snapcraft.outputs.snap }} build/distribution/
ls -la build/distribution/
ls -la build/distribution/*.snap
ls -la build/distribution/jabref*.snap
if: matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
- name: Build snap (3) Upload snap
uses: jhenstridge/snapcraft-publish-action@v1
Expand Down

0 comments on commit 1d6887e

Please sign in to comment.