Skip to content

Commit

Permalink
Fix windows editor zip and template name
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 7, 2024
1 parent 33e5c85 commit acf8014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assemble_export_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf8014

Please sign in to comment.