Skip to content

Commit fa4ff56

Browse files
update github action release description
1 parent d49765b commit fa4ff56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release_asset_upload.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,12 @@ jobs:
128128
uses: softprops/action-gh-release@v2
129129
with:
130130
tag_name: ${{ env.TAG }}
131-
name: digirunner portable packages ${{ env.TAG }}
131+
name: ${{ env.TAG }}
132132
body: |
133+
### files:
134+
- ${{ env.H2_PACKAGE_NAME }}.zip: digirunner with dependencies and H2 database package
135+
- ${{ env.MAC_ARM64_PACKAGE_NAME }}.zip: digirunner with dependencies and H2 database packaged with MacOS ARM64 quickstart portable and Azul Zulu Java 21 JRE
136+
- ${{ env.WIN_AMD64_PACKAGE_NAME }}.zip: digirunner with dependencies and H2 database packaged with Windows AMD64 quickstart portable and Azul Zulu Java 21 JRE
133137
### References:
134138
- TPIsoftwareOSPO/quickstart: [v${{ env.QUICKSTART_VERSION }}](https://github.com/TPIsoftwareOSPO/quickstart/releases/tag/v${{ env.QUICKSTART_VERSION }})
135139
files: |

0 commit comments

Comments
 (0)