Skip to content

Commit

Permalink
Build improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t committed May 14, 2024
1 parent d9286bd commit a7ea6a3
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/*.jar

dependency-submission:

runs-on: ubuntu-latest
Expand All @@ -84,16 +90,4 @@ jobs:
with:
build-scan-publish: true
build-scan-terms-of-service-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-service-agree: "yes"

upload-artifacts:

runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/*.jar
build-scan-terms-of-service-agree: "yes"

0 comments on commit a7ea6a3

Please sign in to comment.