Skip to content

Commit

Permalink
Merge pull request #22 from SmartGecko44/experimental
Browse files Browse the repository at this point in the history
Update Build Workflow
  • Loading branch information
SmartGecko44 authored Dec 3, 2023
2 parents 1cecad0 + 108473e commit 046a05c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16

- name: Cache Maven dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.m2/repository
Expand Down Expand Up @@ -53,7 +48,7 @@ jobs:
find -type f -name Wauh*.jar -exec cp {} filtered-artifacts/ \;
- name: Upload JAR as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Wauh-${{ github.run_number }}
path: filtered-artifacts
Expand Down

0 comments on commit 046a05c

Please sign in to comment.