mirror of
https://github.com/craftycodie/OnlineModeFix.git
synced 2025-08-03 08:55:56 -04:00
Update maven-publish.yml
This commit is contained in:
parent
2cdd19dc00
commit
e1f61f4ec1
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user