Skip to content

Commit

Permalink
ci: add GCC versions in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 21, 2024
1 parent 3ce5561 commit b92ee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.FPM_RELEASE }}-${{ matrix.os-arch }}
name: ${{ env.FPM_RELEASE }}-${{ matrix.os-arch }}-gcc-${{ matrix.gcc_v }}
path: ${{ env.FPM_RELEASE }}


Expand Down

0 comments on commit b92ee68

Please sign in to comment.