Skip to content

Commit

Permalink
add os name to native build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fschrofner committed Feb 27, 2022
1 parent 6611815 commit 61b420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Archive build
uses: actions/upload-artifact@v2
with:
name: build
name: build_${{ runner.os }}
path: build/bin/native/hcReleaseExecutable/

0 comments on commit 61b420a

Please sign in to comment.