Skip to content

Commit ad38fbe

Browse files
committed
Tweaks
1 parent 2f618fd commit ad38fbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
uses: ./.github/actions/build-sdk
1919
with:
2020
tag: ${{ github.ref_name }}
21-
createBundle: 'true'
21+
createBundle: true
2222

2323
- name: Prepare installers
2424
uses: ./.github/actions/prepare-installers
2525

26-
- name: Upload bundle
26+
- name: Upload distributable ZIP bundle
2727
uses: actions/upload-artifact@v7
2828
with:
2929
name: bundle
3030
path: dist/jmonkeyplatform.zip
3131
compression-level: 0
3232
if-no-files-found: error
3333

34-
- name: Upload installers
34+
- name: Upload installer templates
3535
uses: actions/upload-artifact@v7
3636
with:
3737
name: installer-input

0 commit comments

Comments
 (0)