Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
fix multiple binary release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yayanyang committed Feb 17, 2024
1 parent 1b866c2 commit 20ae7d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -56,6 +56,15 @@ jobs:
zip: windows
# Comma-separated list of algorithms to be used for checksum (sha256, sha512, sha1, or md5)
checksum: md5
# (optional) Archive name (non-extension portion of filename) to be uploaded.
# [default value: $bin-$target]
# [possible values: the following variables and any string]
# variables:
# - $bin - Binary name (non-extension portion of filename).
# - $target - Target triple.
# - $tag - Tag of this release.
# When multiple binary names are specified, default archive name or $bin variable cannot be used.
archive: app-$target
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 20ae7d0

Please sign in to comment.