Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed May 6, 2024
1 parent ec80364 commit 4b25500
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew :app${{matrix.version}}:build
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@main
with:
name: compiled-artifact
path: ./app${{matrix.version}}/build/libs/*.jar
path: ./app${{matrix.version}}/build/libs/*.jar
merge-multiple: true

0 comments on commit 4b25500

Please sign in to comment.