Unable to place two builds under one releases, thus dividing them
This commit is contained in:
parent
b0c5dfada7
commit
74b925715f
|
@ -29,7 +29,7 @@ jobs:
|
||||||
# GitHub auth token
|
# GitHub auth token
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Name of Release to add file to
|
# Name of Release to add file to
|
||||||
title: Nightly builds
|
title: macOS Nightly build
|
||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
automatic_release_tag: next
|
automatic_release_tag: next
|
||||||
# File to release
|
# File to release
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
# GitHub auth token
|
# GitHub auth token
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Name of Release to add file to
|
# Name of Release to add file to
|
||||||
title: Nightly build
|
title: Linux Nightly build
|
||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
automatic_release_tag: next
|
automatic_release_tag: next
|
||||||
# File to release
|
# File to release
|
||||||
|
|
Loading…
Reference in New Issue