You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release_asset_upload.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,12 @@ jobs:
128
128
uses: softprops/action-gh-release@v2
129
129
with:
130
130
tag_name: ${{ env.TAG }}
131
-
name: digirunner portable packages ${{ env.TAG }}
131
+
name: ${{ env.TAG }}
132
132
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
0 commit comments