Update maven-publish.yml

This commit is contained in:
Codie Newark 2024-11-06 00:05:10 +00:00 committed by GitHub
parent 2cdd19dc00
commit e1f61f4ec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
mkdir staging && cp target/*.jar staging
- name: Step 4 - Set up a cache for Maven
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@ -38,5 +38,5 @@ jobs:
- name: Step 5 - Persist workflow data as artificats
uses: actions/upload-artifact@v4
with:
name: github-actions-artifact
name: OnlineModeFix
path: staging