Skip to content

Commit

Permalink
[CI] Fix artifact name missing platform
Browse files Browse the repository at this point in the history
Needed now there are multiple platforms
  • Loading branch information
danra committed Apr 17, 2024
1 parent 4c0c6d3 commit c5ffa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v4
with:
name: build_${{matrix.build_type}}
name: build_${{matrix.os.preset}}_${{matrix.build_type}}
path: ${{github.workspace}}/build/Descent3/${{matrix.build_type}}

0 comments on commit c5ffa46

Please sign in to comment.