Skip to content

Commit

Permalink
remove unecessary building & publish of jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Apr 16, 2024
1 parent 9a95733 commit 2ef193e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ jobs:
with:
gradle-version: wrapper

- name: Gradle build
run: |
./gradlew build
mkdir data
cp ./build/libs/${GITHUB_REPOSITORY#*/}-*.jar ./data/app.jar
- name: Upload Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
name: ${{steps.get_repo.outputs.REPO}}
path: ./data/app.jar

- name: Trigger CD
if: github.ref == 'refs/heads/main'
uses: peter-evans/repository-dispatch@v2
Expand Down

0 comments on commit 2ef193e

Please sign in to comment.