Skip to content

Commit 1d6887e

Browse files
committed
Add debug output for snap file location
1 parent ecf822e commit 1d6887e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
- name: Build snap (2) Run build
114114
run: |
115115
mv ${{ steps.snapcraft.outputs.snap }} build/distribution/
116+
ls -la build/distribution/
117+
ls -la build/distribution/*.snap
118+
ls -la build/distribution/jabref*.snap
116119
if: matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
117120
- name: Build snap (3) Upload snap
118121
uses: jhenstridge/snapcraft-publish-action@v1

0 commit comments

Comments
 (0)