Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Try to make the artifact name dynamic.
  • Loading branch information
eljonny authored Mar 17, 2024
1 parent 5624e6e commit 95196f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
- name: 'Artifact Storage'
uses: actions/upload-artifact@v4
with:
name: build-packages
name: build-packages-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }}
path: ${{ github.workspace }}/_packages/**
overwrite: true

0 comments on commit 95196f7

Please sign in to comment.