Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaPIE authored Sep 24, 2024
1 parent 30ec2b4 commit 35acc20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- name: Set up OpenJDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'adopt' # You can choose other OpenJDK distributions.
- name: Build with Gradle
run: ./gradlew build # Ensure your gradlew script is executable
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.2.1
with:
name: NAE2
path: build/libs/*.jar # Make sure this path matches the location of your build artifacts
path: build/libs/*.jar # Make sure this path matches the location of your build artifacts

0 comments on commit 35acc20

Please sign in to comment.