Skip to content

Commit

Permalink
devonfw#563: removed upload for test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Nov 11, 2024
1 parent b37a39b commit e8b3f38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- name: Build native image
shell: bash
run: |
Expand Down Expand Up @@ -54,10 +53,6 @@ jobs:
- name: Create assemblies
run: |
mvn -B -ntp -Dstyle.color=always -DskipTests=true -Passembly install
- name: Upload project (for tests only)
uses: actions/upload-artifact@v4
with:
path: ./cli/target/*.tar.gz
- name: Deploy to OSSRH nexus
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit e8b3f38

Please sign in to comment.