File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
PRODUCTION=TRUE yarn run build/electron
107
107
fi
108
108
109
- - name : Upload Linux AppImage
109
+ - name : Upload Linux
110
110
if : startsWith(matrix.config.runner_os, 'ubuntu-')
111
111
uses : actions/upload-artifact@v4
112
112
with :
@@ -117,14 +117,14 @@ jobs:
117
117
frontend/dist/electron/Packaged/*.rpm
118
118
frontend/dist/electron/Packaged/*.pacman
119
119
120
- - name : Upload macOS dmg
120
+ - name : Upload macOS
121
121
if : startsWith(matrix.config.runner_os, 'macos-')
122
122
uses : actions/upload-artifact@v4
123
123
with :
124
124
name : ' Flipper-Lab-${{ matrix.config.artifact_name }}'
125
125
path : ' frontend/dist/electron/Packaged/*.dmg'
126
126
127
- - name : Upload Windows exe
127
+ - name : Upload Windows
128
128
if : startsWith(matrix.config.runner_os, 'windows-')
129
129
uses : actions/upload-artifact@v4
130
130
with :
You can’t perform that action at this time.
0 commit comments