Skip to content

Commit

Permalink
Update and rename build-commandframework.yml to build.yml
Browse files Browse the repository at this point in the history
Updated GitHub actions version.
  • Loading branch information
Despical authored Sep 21, 2024
1 parent ba77e79 commit 69cff17
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: CommandFramework
path: target/**
Expand Down

0 comments on commit 69cff17

Please sign in to comment.