Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GCC versions in artifact name
Browse files Browse the repository at this point in the history
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
@@ -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 }}


0 comments on commit b92ee68

Please sign in to comment.