Skip to content

Commit 60ae9d5

Browse files
committed
ci: add GCC versions in artifact name
1 parent 4c0b4ca commit 60ae9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
rm -v ${{ env.FPM }}
174174
echo "FPM_RELEASE=${{ env.EXE }}" >> $GITHUB_ENV
175175
env:
176-
EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}${{ matrix.exe }}
176+
EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}-gcc-${{ matrix.gcc_v }}${{ matrix.exe }}
177177

178178
- name: Run release version
179179
shell: bash
@@ -183,7 +183,7 @@ jobs:
183183
- name: Upload artifact
184184
uses: actions/upload-artifact@v4
185185
with:
186-
name: ${{ env.FPM_RELEASE }}-${{ matrix.os-arch }}
186+
name: ${{ env.FPM_RELEASE }}
187187
path: ${{ env.FPM_RELEASE }}
188188

189189

0 commit comments

Comments
 (0)