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 4c0b4ca commit 60ae9d5Copy full SHA for 60ae9d5
.github/workflows/CI.yml
@@ -173,7 +173,7 @@ jobs:
173
rm -v ${{ env.FPM }}
174
echo "FPM_RELEASE=${{ env.EXE }}" >> $GITHUB_ENV
175
env:
176
- EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}${{ matrix.exe }}
+ EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}-gcc-${{ matrix.gcc_v }}${{ matrix.exe }}
177
178
- name: Run release version
179
shell: bash
@@ -183,7 +183,7 @@ jobs:
183
- name: Upload artifact
184
uses: actions/upload-artifact@v4
185
with:
186
- name: ${{ env.FPM_RELEASE }}-${{ matrix.os-arch }}
+ name: ${{ env.FPM_RELEASE }}
187
path: ${{ env.FPM_RELEASE }}
188
189
0 commit comments