Skip to content

Commit cd70746

Browse files
committed
Remove obsolete step
1 parent 1d6887e commit cd70746

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/deployment.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,15 @@ jobs:
106106
- name: Package application image
107107
run: ${{ matrix.archivePortable }}
108108
shell: bash
109-
- name: Build snap (1) Setup snapcraft
109+
- name: Build snap (1) Run build
110110
uses: jhenstridge/snapcraft-build-action@v1
111111
id: snapcraft
112112
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
121114
uses: jhenstridge/snapcraft-publish-action@v1
122115
with:
123116
store_login: ${{ secrets.SNAPCRAFT_LOGIN_FILE }}
124-
snap: build/distribution/jabref*.snap
117+
snap: ${{ steps.snapcraft.outputs.snap }}
125118
release: edge
126119
if: matrix.displayName == 'linux' && startsWith(github.ref,'refs/heads/master')
127120
- name: Rename files

0 commit comments

Comments
 (0)