We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf822e commit 1d6887eCopy full SHA for 1d6887e
.github/workflows/deployment.yml
@@ -113,6 +113,9 @@ jobs:
113
- name: Build snap (2) Run build
114
run: |
115
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
119
if: matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
120
- name: Build snap (3) Upload snap
121
uses: jhenstridge/snapcraft-publish-action@v1
0 commit comments