We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52584d commit f282f38Copy full SHA for f282f38
1 file changed
.github/workflows/deploy-godot-editor-release.yaml
@@ -110,7 +110,7 @@ jobs:
110
arguments: godot-library:build
111
112
- name: Zip release
113
- uses: papeloto/action-zip@v1
+ uses: vimtor/action-zip@v1
114
with:
115
files: bin/${{ matrix.binary }} modules/kotlin_jvm/kt/godot-library/build/libs/godot-bootstrap.jar
116
dest: godot-kotlin-jvm_editor_${{ matrix.platform }}_${{ steps.save_release_info.outputs.godot_kotlin_jvm_version }}.zip
0 commit comments