Unable to place two builds under one releases, thus dividing them

This commit is contained in:
Sidi Liang 2022-10-07 01:30:17 +08:00 committed by GitHub
parent b0c5dfada7
commit 74b925715f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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