Skip to content

Commit 8ced31b

Browse files
committed
ci: give unique names to make-installer upload artefacts
1 parent ed69c2b commit 8ced31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ jobs:
261261
run: |
262262
cd ./ci
263263
makensis fpm-installer.nsi
264-
move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
264+
move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
265265
266266
- name: Upload artifact
267267
uses: actions/upload-artifact@v4
268268
with:
269-
name: fpm-installer
270-
path: ci/fpm-installer-${{ env.VERSION }}.exe
269+
name: fpm-installer-gcc-${{ matrix.gcc_v }}
270+
path: ci/fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
271271

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

0 commit comments

Comments
 (0)