Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3k authored Dec 30, 2023
1 parent e758d27 commit 1cc8458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
# Paths to built files to be released. May be absolute or relative to \$\{\{ github.workspace \}\}.
files: ${{ env.TGZ_NAME }}
# # The name of the release to be created. A reasonable looking release name will be created from the current \$\{\{ github.ref \}\} if this input is not supplied.
# release: # optional
# The name of the release to be created. A reasonable looking release name will be created from the current \$\{\{ github.ref \}\} if this input is not supplied.
release: ${{ env.ADDON_VERSION }}
# # The name of the tag to be used. If not provided, the name of the release will be used.
# tag: # optional
# # A one-line description for both the tag and the release.
Expand Down

0 comments on commit 1cc8458

Please sign in to comment.