Skip to content

Commit acf8014

Browse files
committed
Fix windows editor zip and template name
1 parent 33e5c85 commit acf8014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assemble_export_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Create version.txt
9999
run: |
100-
refVersion=${{ inputs.godot-version }}jvm-${{ inputs.build-version }}
100+
refVersion=${{ inputs.godot-version }}.jvm.${{ inputs.build-version }}
101101
templatesVersion=${refVersion//-/.} #replace `-` with `.` in templates version
102102
echo "$templatesVersion" > templates/version.txt
103103
shell: bash

.github/workflows/assemble_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/download-artifact@v4
3535
with:
3636
name: editor_${{ matrix.target }}_windows_${{ matrix.arch }}
37-
path: godot-kotlin-jvm_editor_windows_${{ matrix.arch }}_${{ matrix.target }}_${{ inputs.godot-kotlin-jvm-version }}.jvm.${{ inputs.build-version }}
37+
path: godot-kotlin-jvm_editor_windows_${{ matrix.arch }}_${{ matrix.target }}_${{ inputs.godot-kotlin-jvm-version }}
3838

3939
- name: Download ${{ matrix.target }} bootstrap jar
4040
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)