From acf8014a1813b0487625e4ed59a30653b4e0f3d4 Mon Sep 17 00:00:00 2001 From: Ced Naru Date: Mon, 7 Oct 2024 11:54:24 +0200 Subject: [PATCH] Fix windows editor zip and template name --- .github/workflows/assemble_export_templates.yml | 2 +- .github/workflows/assemble_windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assemble_export_templates.yml b/.github/workflows/assemble_export_templates.yml index b3eb00efc4..181356b91f 100644 --- a/.github/workflows/assemble_export_templates.yml +++ b/.github/workflows/assemble_export_templates.yml @@ -97,7 +97,7 @@ jobs: - name: Create version.txt run: | - refVersion=${{ inputs.godot-version }}jvm-${{ inputs.build-version }} + refVersion=${{ inputs.godot-version }}.jvm.${{ inputs.build-version }} templatesVersion=${refVersion//-/.} #replace `-` with `.` in templates version echo "$templatesVersion" > templates/version.txt shell: bash diff --git a/.github/workflows/assemble_windows.yml b/.github/workflows/assemble_windows.yml index 8f3588e218..997532488c 100644 --- a/.github/workflows/assemble_windows.yml +++ b/.github/workflows/assemble_windows.yml @@ -34,7 +34,7 @@ jobs: uses: actions/download-artifact@v4 with: name: editor_${{ matrix.target }}_windows_${{ matrix.arch }} - path: godot-kotlin-jvm_editor_windows_${{ matrix.arch }}_${{ matrix.target }}_${{ inputs.godot-kotlin-jvm-version }}.jvm.${{ inputs.build-version }} + path: godot-kotlin-jvm_editor_windows_${{ matrix.arch }}_${{ matrix.target }}_${{ inputs.godot-kotlin-jvm-version }} - name: Download ${{ matrix.target }} bootstrap jar uses: actions/download-artifact@v4