Skip to content

Commit

Permalink
[Build] fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Feb 18, 2024
1 parent e2d666f commit eb98c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gcc-13-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target.id }}-${{ matrix.target.os }}-${{ matrix.target.target }}
name: ${{ matrix.target.id }}-${{ matrix.target.os }}
path: dist
if-no-files-found: error
retention-days: 7

0 comments on commit eb98c5b

Please sign in to comment.