Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jan 16, 2025
1 parent 8fc3ad4 commit 8227e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew cleaBuild build
- name: Upload API Lib
- name: Upload Jar
uses: actions/upload-artifact@v4
with:
name: Banner API
path: ./banner-api/build/devlibs/*.jar
path: ./build/libs/*.jar

0 comments on commit 8227e97

Please sign in to comment.