We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f618fd commit ad38fbeCopy full SHA for ad38fbe
1 file changed
.github/workflows/release.yml
@@ -18,20 +18,20 @@ jobs:
18
uses: ./.github/actions/build-sdk
19
with:
20
tag: ${{ github.ref_name }}
21
- createBundle: 'true'
+ createBundle: true
22
23
- name: Prepare installers
24
uses: ./.github/actions/prepare-installers
25
26
- - name: Upload bundle
+ - name: Upload distributable ZIP bundle
27
uses: actions/upload-artifact@v7
28
29
name: bundle
30
path: dist/jmonkeyplatform.zip
31
compression-level: 0
32
if-no-files-found: error
33
34
- - name: Upload installers
+ - name: Upload installer templates
35
36
37
name: installer-input
0 commit comments