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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,10 @@ jobs:
130
130
tag_name: ${{ env.TAG }}
131
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
133
+
### Files:
134
+
- `${{ env.H2_PACKAGE_NAME }}.zip`: digirunner with dependencies and H2 database package
135
+
- `${{ env.MAC_ARM64_PACKAGE_NAME }}.zip`: Package With TPIsoftwareOSPO/quickstart MacOS ARM64 portable and Azul Zulu Java 21 JRE
136
+
- `${{ env.WIN_AMD64_PACKAGE_NAME }}.zip`: Package With TPIsoftwareOSPO/quickstart Windows AMD64 quickstart portable and Azul Zulu Java 21 JRE
0 commit comments