From b5271cc7c36bc28c06fba6c45cd5e5e029d135b4 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 11 Apr 2024 20:32:40 +0200 Subject: [PATCH] Fix LICENSE reference in ci-actions-incremental.yml The file was renamed to LICENSE recently and I forgot to rename it in the workflow. As it is used to always have a file to upload, this causes some workflow issues. --- .github/workflows/ci-actions-incremental.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index c3a92701dcb76..75f690c897780 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -210,7 +210,7 @@ jobs: 7z a -tzip build-reports.zip -r \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -400,7 +400,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -510,7 +510,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -596,7 +596,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -688,7 +688,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -780,7 +780,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -937,7 +937,7 @@ jobs: 'integration-tests/virtual-threads/**/target/*-reports/TEST-*.xml' \ 'integration-tests/virtual-threads/target/build-report.json' \ 'integration-tests/virtual-threads/target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -1018,7 +1018,7 @@ jobs: '**/target/*-reports/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always() @@ -1130,7 +1130,7 @@ jobs: '**/build/test-results/test/TEST-*.xml' \ 'target/build-report.json' \ 'target/gradle-build-scan-url.txt' \ - LICENSE.txt + LICENSE - name: Upload build reports uses: actions/upload-artifact@v4 if: always()