@@ -139,7 +139,7 @@ jobs:
139
139
dist/JupyterLab.rpm
140
140
141
141
- name : Upload Snap Installer
142
- if : matrix.cfg.platform == 'linux'
142
+ if : matrix.cfg.platform == 'linux-64 '
143
143
uses : actions/upload-artifact@v4
144
144
id : snap-artifact
145
145
with :
@@ -252,7 +252,7 @@ jobs:
252
252
overwrite : true
253
253
254
254
- name : Upload snap installer as Release asset
255
- if : matrix.cfg.platform == 'linux' && steps.release-exists.outputs.result == 'true'
255
+ if : matrix.cfg.platform == 'linux-64 ' && steps.release-exists.outputs.result == 'true'
256
256
uses : svenstaro/upload-release-action@v2
257
257
with :
258
258
repo_token : ${{ secrets.JLAB_APP_TOKEN }}
@@ -262,7 +262,7 @@ jobs:
262
262
overwrite : true
263
263
264
264
- name : Publish snap to the latest/edge channel in Snap Store
265
- if : matrix.cfg.platform == 'linux'
265
+ if : matrix.cfg.platform == 'linux-64 '
266
266
uses : snapcore/action-publish@v1
267
267
env :
268
268
SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
@@ -271,7 +271,7 @@ jobs:
271
271
release : edge
272
272
273
273
- name : Publish snap to the latest/stable channel in Snap Store
274
- if : matrix.cfg.platform == 'linux' && steps.release-exists.outputs.result == 'true'
274
+ if : matrix.cfg.platform == 'linux-64 ' && steps.release-exists.outputs.result == 'true'
275
275
uses : snapcore/action-publish@v1
276
276
env :
277
277
SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
0 commit comments