Skip to content

Commit

Permalink
update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Sep 29, 2024
1 parent a4c5d3a commit 7eeace9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/checkout@v3

- name: Build Desktop
run: ./gradlew desktop:dist
run: ./gradlew lwjgl3:jar

- name: Upload desktop jar
uses: actions/upload-artifact@v3
with:
name: Desktop jar
path: ./desktop//build/libs/*.jar
path: ./lwjgl3//build/libs/*.jar


build_android:
Expand All @@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Android apk
path: ./android/build/outputs/apk/release/android-release-unsigned.apk
path: ./android/build/outputs/apk/release/android-release-unsigned.apk

0 comments on commit 7eeace9

Please sign in to comment.