Skip to content

Commit

Permalink
Update publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Oct 18, 2024
1 parent d1ad43d commit 4247210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: "Gradle Build"
run: ./gradlew build --stacktrace --parallel

- uses: actions/upload-artifact@v2
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ./build/libs/
Expand Down

0 comments on commit 4247210

Please sign in to comment.