Skip to content

Commit

Permalink
Make artifacts per-OS names
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Apr 24, 2024
1 parent dbfbcb2 commit 77fbc30
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 @@ -278,5 +278,5 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: windows
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin

0 comments on commit 77fbc30

Please sign in to comment.