Skip to content

Commit bfd617d

Browse files
committed
Expand files uploaded in GitHub Release workflow
Updated the `files` parameter in the `Upload installers to GitHub Release` step of `release.yml` to include additional assets. Previously, only `Output/Publish/Math.Editor*` files were uploaded. Now, the workflow also includes `Output/Publish/releases.*.json` files. This change ensures that release-related metadata or assets are included in the GitHub Release. The multi-line format improves readability and simplifies future updates.
1 parent e33c075 commit bfd617d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,6 @@ jobs:
117117
uses: softprops/action-gh-release@v2
118118
with:
119119
tag_name: ${{ github.ref_name }}
120-
files: Output/Publish/Math.Editor*
120+
files: |
121+
Output/Publish/Math.Editor*
122+
Output/Publish/releases.*.json

0 commit comments

Comments
 (0)