Commit cd70746 1 parent 1d6887e commit cd70746 Copy full SHA for cd70746
File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -106,22 +106,15 @@ jobs:
106
106
- name : Package application image
107
107
run : ${{ matrix.archivePortable }}
108
108
shell : bash
109
- - name : Build snap (1) Setup snapcraft
109
+ - name : Build snap (1) Run build
110
110
uses : jhenstridge/snapcraft-build-action@v1
111
111
id : snapcraft
112
112
if : matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
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
113
+ - name : Build snap (2) Upload snap
121
114
uses : jhenstridge/snapcraft-publish-action@v1
122
115
with :
123
116
store_login : ${{ secrets.SNAPCRAFT_LOGIN_FILE }}
124
- snap : build/distribution/jabref*. snap
117
+ snap : ${{ steps.snapcraft.outputs. snap }}
125
118
release : edge
126
119
if : matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
127
120
- name : Rename files
You can’t perform that action at this time.
0 commit comments