Skip to content

Commit

Permalink
Fix LICENSE reference in ci-actions-incremental.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gsmet committed Apr 11, 2024
1 parent d358c64 commit b5271cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit b5271cc

Please sign in to comment.