Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed May 6, 2024
1 parent cfa70a2 commit 0c7f109
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew :app${{matrix.version}}:build
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@main
with:
name: compiled-artifact
name: compiled-artifact-${{github.run_number}}-${{github.run_attempt}}
path: ./app${{matrix.version}}/build/libs/*.jar
merge-multiple: true
- name: Merge Artifacts
uses: actions/upload-artifact/merge@main
with:
name: compiled-artifact
delete-merged: true

0 comments on commit 0c7f109

Please sign in to comment.