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 8227e97 commit 80e56ce
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 @@ -18,7 +18,7 @@ jobs:

steps:
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -41,5 +41,5 @@ jobs:
- name: Upload Jar
uses: actions/upload-artifact@v4
with:
name: Banner API
name: Banner launcher
path: ./build/libs/*.jar

0 comments on commit 80e56ce

Please sign in to comment.