Skip to content

Commit 1b0784f

Browse files
committed
ci: give unique names to make-installer upload artefacts
1 parent 60ae9d5 commit 1b0784f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ jobs:
255255
run: |
256256
cd ./ci
257257
makensis fpm-installer.nsi
258-
move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
258+
move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
259259
260260
- name: Upload artifact
261261
uses: actions/upload-artifact@v4
262262
with:
263-
name: fpm-installer
264-
path: ci/fpm-installer-${{ env.VERSION }}.exe
263+
name: fpm-installer-gcc-${{ matrix.gcc_v }}
264+
path: ci/fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
265265

266266
upload-artifacts:
267267
if: ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}

0 commit comments

Comments
 (0)