Skip to content

Commit

Permalink
Update cmake-linux-pack.yml
Browse files Browse the repository at this point in the history
Make the artifact name dynamic so there's a package for each build job.
  • Loading branch information
eljonny authored Mar 17, 2024
1 parent 95196f7 commit c018045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- name: 'Artifact Storage'
uses: actions/upload-artifact@v4
with:
name: linux-packages
name: linux-packages-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/_packages/**
overwrite: true

0 comments on commit c018045

Please sign in to comment.