Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Jan 14, 2025
1 parent 17f842b commit 45cf775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: jvm_godot-bootstrap_release
path: modules/kotlin_jvm/kt/godot-core-library/build/libs/godot-bootstrap.jar
path: modules/kotlin_jvm/kt/godot-library/build/libs/godot-bootstrap.jar

- name: Upload debug bootstrap artifact
uses: actions/upload-artifact@v4
with:
name: jvm_godot-bootstrap_debug
path: modules/kotlin_jvm/kt/godot-core-library/build/libs/godot-bootstrap.jar
path: modules/kotlin_jvm/kt/godot-library/build/libs/godot-bootstrap.jar

- name: Upload entry-generator artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 45cf775

Please sign in to comment.