We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed69c2b commit 8ced31bCopy full SHA for 8ced31b
.github/workflows/CI.yml
@@ -261,13 +261,13 @@ jobs:
261
run: |
262
cd ./ci
263
makensis fpm-installer.nsi
264
- move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
+ move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
265
266
- name: Upload artifact
267
uses: actions/upload-artifact@v4
268
with:
269
- name: fpm-installer
270
- path: ci/fpm-installer-${{ env.VERSION }}.exe
+ name: fpm-installer-gcc-${{ matrix.gcc_v }}
+ path: ci/fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
271
272
upload-artifacts:
273
if: ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}
0 commit comments