File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments