Skip to content

Commit

Permalink
MacOS: Artifact name based on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jun 1, 2024
1 parent 9fb5102 commit bb0b557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Copy artifact
uses: actions/upload-artifact@v4
with:
name: qlog-${{ matrix.os }}
name: QLog-${{github.ref_name}}-${{ matrix.os }}
path: /Users/runner/work/QLog/QLog/build/qlog.dmg

0 comments on commit bb0b557

Please sign in to comment.