Skip to content

Commit a135854

Browse files
committed
ci(workflow): Rename artifact upload steps
1 parent 77eb6e4 commit a135854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
PRODUCTION=TRUE yarn run build/electron
107107
fi
108108
109-
- name: Upload Linux AppImage
109+
- name: Upload Linux
110110
if: startsWith(matrix.config.runner_os, 'ubuntu-')
111111
uses: actions/upload-artifact@v4
112112
with:
@@ -117,14 +117,14 @@ jobs:
117117
frontend/dist/electron/Packaged/*.rpm
118118
frontend/dist/electron/Packaged/*.pacman
119119
120-
- name: Upload macOS dmg
120+
- name: Upload macOS
121121
if: startsWith(matrix.config.runner_os, 'macos-')
122122
uses: actions/upload-artifact@v4
123123
with:
124124
name: 'Flipper-Lab-${{ matrix.config.artifact_name }}'
125125
path: 'frontend/dist/electron/Packaged/*.dmg'
126126

127-
- name: Upload Windows exe
127+
- name: Upload Windows
128128
if: startsWith(matrix.config.runner_os, 'windows-')
129129
uses: actions/upload-artifact@v4
130130
with:

0 commit comments

Comments
 (0)