We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ae9d5 commit 1b0784fCopy full SHA for 1b0784f
.github/workflows/CI.yml
@@ -255,13 +255,13 @@ jobs:
255
run: |
256
cd ./ci
257
makensis fpm-installer.nsi
258
- move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
+ move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
259
260
- name: Upload artifact
261
uses: actions/upload-artifact@v4
262
with:
263
- name: fpm-installer
264
- 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
265
266
upload-artifacts:
267
if: ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}
0 commit comments