Skip to content

Commit

Permalink
fix: modify the Gradle Build workflow to reflect the plugin's renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
MemencioPerez committed Jan 6, 2025
1 parent 83c8c9d commit a0a2a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: UnSignedVelocity
path: build/libs/UnSignedVelocity-*.jar
name: UnSignedVelocity2
path: build/libs/UnSignedVelocity2-*.jar

0 comments on commit a0a2a12

Please sign in to comment.