Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragon0293 committed Mar 30, 2024
1 parent 3b132ea commit 1df5392
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ name: Java CI with Gradle
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
- '**.txt'
- '.github/**'
- '.idea/**'
- '!.github/workflows/**'
workflow_dispatch:

jobs:
Expand All @@ -35,6 +41,12 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: EPortal-${{ github.event.head_commit.id }}
path: build/libs/shadow

# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
#
Expand Down

0 comments on commit 1df5392

Please sign in to comment.